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 142dc17 + d68b71b commit 39eb598Copy full SHA for 39eb598
.github/workflows/check-repro.yml
@@ -10,7 +10,7 @@ jobs:
10
if: ${{ github.event.label.name == 'bug' }}
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+ - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.
14
with:
15
github-token: ${{ secrets.GITHUB_TOKEN }}
16
script: |
0 commit comments