We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2831a commit 8f1a3f8Copy full SHA for 8f1a3f8
.github/workflows/test-random-numbers.yml
@@ -18,4 +18,6 @@ jobs:
18
git config --global user.name "Your Name"
19
git add .
20
git commit -m "test: sha"
21
- git rev-parse HEAD
+ git rev-parse HEAD
22
+ # casue error
23
+ exit 1
0 commit comments