Skip to content

Commit

Permalink
fix: prevent duplicate report name on subsequent attempts of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored and 1dson committed Jan 10, 2025
1 parent 5d1e9f1 commit 46df162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ permissions:
checks: write

env:
REPORT_NAME: "allure.zip"
REPORT_NAME: "allure_attempt_${{ github.run_number }}.zip"
ROLE_ARN: ${{ inputs.aws_role }}
BUCKET_NAME: ${{ inputs.bucket_name }}
BUCKET_KEY: ${{ inputs.bucket_key }}
Expand Down

0 comments on commit 46df162

Please sign in to comment.