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 cc39ada commit b1e0898Copy full SHA for b1e0898
.github/workflows/nightly-release.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "BUILD_OUTPUT_LIST=$(cat tmp2.txt | tr '\n' ',' | perl -ple 'chop')" >> $GITHUB_ENV
34
rm -rf tmp.txt && rm -rf tmp2.txt
35
- name: Advance nightly tag
36
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
37
with:
38
github-token: ${{ secrets.GITHUB_TOKEN }}
39
script: |
0 commit comments