recent-activity
recent-activity copied to clipboard
Bug report: Invalid status code: 1 at ChildProcess (/recent-activity/v2.4.1/dist/index.js:20:171504)
Checks
- [x] I use a supported version of Recent Activity.
- [x] I searched the issues page for already existing bug reports.
Description
The action runs properly and fetches the latest GH activity correctly but in the last step it fails. Apparently there's an error in (/recent-activity/v2.4.1/dist/index.js:20:171504)
Steps to reproduce
Just run the action
Configuration
name: GitHub Activity
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Update README files
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 1
matrix:
config_file:
- ./.github/config/github-activity/en.config.yml
- ./.github/config/github-activity/ca.config.yml
- ./.github/config/github-activity/it.config.yml
- ./.github/config/github-activity/es.config.yml
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Recent Activity
uses: Readme-Workflows/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
CONFIG_FILE: ${{ matrix.config_file }}
Expected behaviour
I expect the action to run properly
Actual behaviour
It fails after fetching and setting al the data correctly
Failed runs
https://github.com/fbuireu/fbuireu/actions/runs/15940915913