diff --git a/.github/actions/checkout-submodules-and-bootstrap/action.yaml b/.github/actions/checkout-submodules-and-bootstrap/action.yaml index f88be1eded25e6..7424ca529f74df 100644 --- a/.github/actions/checkout-submodules-and-bootstrap/action.yaml +++ b/.github/actions/checkout-submodules-and-bootstrap/action.yaml @@ -11,7 +11,7 @@ inputs: bootstrap-log-name: description: "Bootstrap log name" required: false - default: bootstrap-logs + default: bootstrap-logs-${{ github.job }} runs: using: "composite" steps: diff --git a/.github/actions/upload-bootstrap-logs/action.yaml b/.github/actions/upload-bootstrap-logs/action.yaml index edfcc55303be79..522058c16ff93c 100644 --- a/.github/actions/upload-bootstrap-logs/action.yaml +++ b/.github/actions/upload-bootstrap-logs/action.yaml @@ -4,7 +4,7 @@ inputs: bootstrap-log-name: description: "Bootstrap log name" required: false - default: bootstrap-logs + default: bootstrap-logs-${{ github.job }} runs: using: "composite" steps: