Skip to content

Commit

Permalink
Github workflow - set run_id as the start of the path
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-bar committed Feb 22, 2024
1 parent 2bbbf79 commit b705c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
ROLE_ODIC_ARN: ${{ secrets.ROLE_ODIC_ARN }}
ROLE_SESSION_NAME: "Github-Actions-ODIC"
ROLE_DEFAULT_REGION: "us-east-1"
WORKFLOW_ID_PATHS: ${{ github.run_number }}/${{ github.run_id }}/${{ github.run_attempt }}
WORKFLOW_ID_DASHES: ${{ github.run_number }}-${{ github.run_id }}-${{ github.run_attempt }}
WORKFLOW_ID_PATHS: ${{ github.run_id }}/${{ github.run_number }}/${{ github.run_attempt }}
WORKFLOW_ID_DASHES: ${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}

jobs:
infrastructure:
Expand Down

0 comments on commit b705c25

Please sign in to comment.