Skip to content

Commit

Permalink
Change output location to autogenerated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
llauner committed Mar 27, 2024
1 parent cb78813 commit dac99e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zsm-generate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: variables
run: |
echo "::set-output name=date::$(date +'%Y-%m-%d-%H:%m:%S')"
echo "::set-output name=filename::$(date +'%Y-%m-%d-%H-%m-%S')_zsm_openair.txt"
echo "::set-output name=filename::autogenerated/$(date +'%Y-%m-%d-%H-%m-%S')_zsm_openair.txt"
echo "::set-output name=branch_name::autogenerated/$(date +'%Y-%m-%d-%H-%m-%S')_zsm_openair"
- name: Download and convert ZSM file
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
commit_message: "Add ZSM file for ${{ steps.variables.outputs.date }}"
repository: ./airspace
file_pattern: '${{ steps.variables.outputs.filename }} *_zsm_openair.txt france.txt'
file_pattern: '${{ steps.variables.outputs.filename }} autogenerated/*_zsm_openair.txt france.txt'
branch: ${{ steps.variables.outputs.branch_name }}

# - name: Create Pull Request
Expand Down
1 change: 1 addition & 0 deletions autogenerated/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder contains auto generated files.

0 comments on commit dac99e3

Please sign in to comment.