Skip to content

Commit

Permalink
[fix][s] Workflow diff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem committed Sep 30, 2024
1 parent 2a080a9 commit 2a3a73f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ jobs:
run: |
git config --global user.email "${{env.CI_COMMIT_EMAIL}}"
git config --global user.name "${{env.CI_COMMIT_NAME}}"
git add .
git commit -m "${{env.COMMIT_MESSAGE}}"
git push
git diff --quiet && echo "No changes to commit" || (git add data/country-codes.csv && git commit -m "${{env.CI_COMMIT_MESSAGE}}" && git push)

0 comments on commit 2a3a73f

Please sign in to comment.