Skip to content

Commit

Permalink
updated country_count.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 4, 2024
1 parent 84d7b6b commit 63971b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/country_count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
echo "exit_status=$?" >> "$GITHUB_STATE"
- name: Set Git Config
if: ${{ steps.git-diff-index.outputs.exit_status != 0 }}
run: |
git config user.name "$GIT_AUTHOR_NAME"
git config user.email "$GIT_AUTHOR_EMAIL"
Expand All @@ -112,7 +113,9 @@ jobs:
run: git commit -m "updated country count" "$TRAVEL_MD"

- name: Git Log
if: ${{ steps.git-diff-index.outputs.exit_status != 0 }}
run: git log -3

#- name: Git Push
# if: ${{ steps.git-diff-index.outputs.exit_status != 0 }}
# run: git push

0 comments on commit 63971b8

Please sign in to comment.