Skip to content

Commit

Permalink
fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
llauner committed Mar 26, 2024
1 parent 549a4bb commit d48d8f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/zsm-generate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
with:
path: 'airspace'

- name: Get current date
id: date
Expand All @@ -42,10 +44,13 @@ jobs:
echo "## Downloading and converting kmlfile ...: ${{ github.event.inputs.ZSM_URL }}"
node ./main.js ${{ github.event.inputs.ZSM_URL }} ../zsm_openair.txt
cd ../airspace
git pull
- name: ⚙️ Push .kml + .kmz to repo
uses: stefanzweifel/git-auto-commit-action@v5
with:
repository: ./
repository: ./airspace
commit_message: "Add ZSM file for ${{ steps.date.outputs.date }}"
branch: autogenerated/zsm-${{ steps.date.outputs.date }}
create_branch: true
Expand Down

0 comments on commit d48d8f8

Please sign in to comment.