Skip to content

Commit

Permalink
Include branch name in zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
RedwanPlague committed May 9, 2024
1 parent 4153496 commit 0a5af4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_with_container_templates_bucket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- t6-378

env:
zip_file_name: ${{ github.event.repository.name }}.zip
zip_file_name: ${{ github.event.repository.name }}-${{ github.head_ref || github.ref_name }}.zip

jobs:
upload-templates:
Expand Down

0 comments on commit 0a5af4a

Please sign in to comment.