diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index b2909a10..07b0e397 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -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: