Readme-Workflows / recent-activity

Add your recent activity to your profile readme!
https://readme-workflows.github.io/recent-activity/
MIT License
129 stars 45 forks source link

[HTTP Error]: Status Code 128 #320

Closed r-rajaneesh closed 1 month ago

r-rajaneesh commented 2 months ago

Checks

Description

{ hello: 'readme-workflows.glitch.me' }
⬤  debug     Something went wrong
✖  fatal     Error: Invalid status code: 128 
    at ChildProcess.<anonymous> (/home/runner/work/_actions/Readme-Workflows/recent-activity/v2.4.1/dist/index.js:20:171504)
    at ChildProcess.emit (node:events:519:28)
    at maybeClose (node:internal/child_process:1105:16)
    at Socket.<anonymous> (node:internal/child_process:457:11)
    at Socket.emit (node:events:519:28)
    at Pipe.<anonymous> (node:net:3[38](https://github.com/r-rajaneesh/r-rajaneesh/actions/runs/10452994062/job/28942572501#step:3:39):12)

Steps to reproduce

Just a new repo with the old settings. https://github.com/r-rajaneesh/r-rajaneesh

Configuration

`.github/workflows/update-readme.yml`

name: Update README

on:
  schedule:
    # Runs every first and 2 hrs.
    - cron: '* 2 * * *'
  workflow_dispatch:

jobs:
  activity:
    name: Update README with recent activity
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repo
        uses: actions/checkout@v4

      - name: Recent GitHub Activity - Profile Readme
        uses: Readme-Workflows/recent-activity@v2.4.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

`.github/recent-activity.config.yml`
```yml
settings:
  #username: "Readme-Workflows" # Replace with your username or comment out this line
  commit_msg: "Update README with the recent activity"
  readme_file: "./README.md"
  date:
    text: "Last Updated: {DATE} (GMT)"


### Expected behaviour

Should update the readme.

### Actual behaviour

failed with a HTTP error leading to a non-existent repo on glitch.

### Failed runs

https://github.com/r-rajaneesh/r-rajaneesh/actions/runs/10452994062
readme-workflows[bot] commented 2 months ago

Thank you for opening your first issue on this Repository @r-rajaneesh

A maintainer should reply to you shortly. While you wait, make sure to have read our Contributing Guidelines. You can also join our Discord Server to ask questions or have a casual chat.

r-rajaneesh commented 1 month ago

Closing due to the maintainer's very busy schedule!