Skip to content

Commit 56fa877

Browse files
authored
Update main.yml
1 parent d6dfac1 commit 56fa877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Commit all changed files to the repository
2222
- name: Commit to the repo
2323
run: |
24-
if [ $((1 + $RANDOM % 10)) -gt 7 ]; then
24+
if [ $((1 + $RANDOM % 10)) -gt 5 ]; then
2525
git config --global user.name "rangertaha"
2626
git config --global user.email "rangertaha@gmail.com"
2727
git add .

0 commit comments

Comments
 (0)