Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
llauner committed Mar 27, 2024
1 parent f24fa2f commit 9311ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zsm-generate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd kml2OpenAir
npm install
echo "## Remove old zsm files ..."
rm -f ../airspace/*_zsm_openair.txt
rm -f ../airspace/autogenerated/*_zsm_openair.txt
echo "## Downloading and converting kmlfile ...: ${{ github.event.inputs.ZSM_URL }}"
node ./main.js ${{ github.event.inputs.ZSM_URL }} ../airspace/${{ steps.variables.outputs.filename }}
Expand Down

0 comments on commit 9311ead

Please sign in to comment.