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 52bd5c6 commit 1d0d261Copy full SHA for 1d0d261
.github/workflows/sanity-tests.yaml
@@ -37,7 +37,7 @@ jobs:
37
pip3 install pre-commit
38
39
- name: Set status to pending
40
- uses: myrotvorets/set-commit-status-action@1.1.5
+ uses: myrotvorets/set-commit-status-action@v2.0.1
41
with:
42
context: "Sanity check"
43
sha: ${{ steps.sha.outputs.sha }}
@@ -59,7 +59,7 @@ jobs:
59
echo "result=$result" >> $GITHUB_OUTPUT
60
61
- name: Set status to final state
62
63
64
65
status: ${{ steps.pre_commit_tests.outputs.result }}
0 commit comments