Skip to content

Commit

Permalink
pls work 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh-S-Kumar committed Aug 22, 2024
1 parent 8b970b4 commit 8afbfac
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 @@ -35,7 +35,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
if ! git diff-index --quiet HEAD; then
if git diff-index --quiet HEAD; then
echo "No changes to commit"
exit 0
else
Expand Down

0 comments on commit 8afbfac

Please sign in to comment.