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 ab0cbad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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,9 @@ on:
- t6-378

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

jobs:
upload-templates:
Expand Down

0 comments on commit ab0cbad

Please sign in to comment.