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.
1 parent 2b1a328 commit 0ccd0a4Copy full SHA for 0ccd0a4
.github/workflows/Build.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm install js-yaml
26
- name: Generate matrix
27
id: generate-matrix
28
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
29
with:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
script: |
0 commit comments