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 167c4fa + df15e43 commit 4750bc5Copy full SHA for 4750bc5
.github/workflows/validate-upstream.yml
@@ -51,7 +51,7 @@ jobs:
51
# that folder. If not, create a placeholder stub file for the data file.
52
name: Copy data files
53
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
54
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
55
with:
56
script: |
57
const fs = require('fs');
0 commit comments