-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Priority: highHigh priority for this issue/pr.High priority for this issue/pr.Type: bugSomething isn't workingSomething isn't workingpatchWill be added to next patch releaseWill be added to next patch release
Description
Checks
- I use a supported version of Recent Activity.
- 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
Metadata
Metadata
Assignees
Labels
Priority: highHigh priority for this issue/pr.High priority for this issue/pr.Type: bugSomething isn't workingSomething isn't workingpatchWill be added to next patch releaseWill be added to next patch release
