Skip to content

Commit

Permalink
Actions workflow tweaked
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgg committed Aug 28, 2024
1 parent c8e6806 commit 79f70f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sort_airports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git pull origin ${{ github.ref }}
git add airports.json
git commit -m 'Automatically sorted Airports JSON file'
- name: Push changes
if: env.changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 79f70f1

Please sign in to comment.