We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29e773 commit 1852f4cCopy full SHA for 1852f4c
.github/workflows/guard-main.yml
@@ -7,7 +7,7 @@ jobs:
7
if: github.head_ref != '${{ vars.DEV_BRANCH }}'
8
runs-on: 'ubuntu-latest'
9
steps:
10
- - uses: 'actions/github-script@v6'
+ - uses: 'actions/github-script@v7'
11
with:
12
script: |
13
try {
0 commit comments