We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 650afdd + 9408f66 commit 2998f90Copy full SHA for 2998f90
.github/workflows/scheduled.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Trigger ${{ matrix.wf_id }} workflow on ${{ matrix.branch}} branch
26
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
27
with:
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
script: |
0 commit comments