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 e785663 commit 94bf51eCopy full SHA for 94bf51e
1 file changed
.github/workflows/test-positive.yml
@@ -41,7 +41,7 @@ jobs:
41
PR_BRANCH_NAME: '${{ steps.context.outputs.label }}'
42
PR_TITLE: 'Test ${{ steps.context.outputs.label }}'
43
44
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
45
id: pr
46
with:
47
script: |
@@ -118,7 +118,7 @@ jobs:
118
labels: ${{ needs.setup.outputs.label }}
119
issue_number: ${{ needs.setup.outputs.pr_number }}
120
121
122
if: ${{ github.ref_name == 'main' }}
123
124
0 commit comments