You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ 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)
`.github/workflows/update-readme.yml`name: Update READMEon:
schedule:
# Runs every first and 2 hrs.
- cron: '* 2 * * *'workflow_dispatch:
jobs:
activity:
name: Update README with recent activityruns-on: ubuntu-lateststeps:
- name: Checkout repouses: actions/checkout@v4
- name: Recent GitHub Activity - Profile Readmeuses: Readme-Workflows/recent-activity@v2.4.1env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}`.github/recent-activity.config.yml````ymlsettings: #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
The text was updated successfully, but these errors were encountered:
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.
Checks
Description
Steps to reproduce
Just a new repo with the old settings.
https://github.com/r-rajaneesh/r-rajaneesh
Configuration
The text was updated successfully, but these errors were encountered: