We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dfac1 commit 56fa877Copy full SHA for 56fa877
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
# Commit all changed files to the repository
22
- name: Commit to the repo
23
run: |
24
- if [ $((1 + $RANDOM % 10)) -gt 7 ]; then
+ if [ $((1 + $RANDOM % 10)) -gt 5 ]; then
25
git config --global user.name "rangertaha"
26
git config --global user.email "rangertaha@gmail.com"
27
git add .
0 commit comments