We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b3c3 commit b364b23Copy full SHA for b364b23
1 file changed
.github/workflows/random-commit.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Show random number
22
run: echo "Random number was $RANDOM_NUMBER"
23
24
- - name: Maybe commit (if number is 0-4)
25
- if: ${{ env.RANDOM_NUMBER <= 4 }}
+ - name: Maybe commit (if number is 0-3)
+ if: ${{ env.RANDOM_NUMBER <= 3 }}
26
run: |
27
echo "Logging activity at $(date)" >> activity.txt
28
git config --global user.name "Pratik Karbhal"
0 commit comments