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 2722e2d commit e60e2c3Copy full SHA for e60e2c3
.github/workflows/test_guard.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Log changeset count
31
run: echo ${{ steps.changeset-count.outputs.change_count }}
32
- name: Update reason for skipping
33
- uses: actions/github-script@v6.1.0
+ uses: actions/github-script@v4.0.2
34
with:
35
script: |
36
github.repos.createCommitStatus({
0 commit comments