Skip to content

Bug report: Invalid status code: 1 at ChildProcess (/recent-activity/v2.4.1/dist/index.js:20:171504) #323

@fbuireu

Description

@fbuireu

Checks

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)

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: highHigh priority for this issue/pr.Type: bugSomething isn't workingpatchWill be added to next patch release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions