From b705c253654df690f02f902011ceac8d2657c71b Mon Sep 17 00:00:00 2001 From: Bryan Barajas Date: Thu, 22 Feb 2024 13:00:57 +0000 Subject: [PATCH] Github workflow - set run_id as the start of the path --- .github/workflows/example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: