Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikunycj authored Jan 3, 2025
1 parent 4ec1191 commit b95e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo '#!/bin/bash' > random_commit.sh
echo 'RANDOM_NUM=$((0 + RANDOM % 3))' >> random_commit.sh
echo 'for i in $(seq 1 $RANDOM_NUM); do' >> random_commit.sh
echo ' git commit --allow-empty -m "IKUN IKUN IKUN"' >> random_commit.sh
echo ' git commit --allow-empty -m "IKUN IKUN"' >> random_commit.sh
echo 'done' >> random_commit.sh
chmod +x random_commit.sh
Expand Down

0 comments on commit b95e774

Please sign in to comment.