We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385fd0a commit f14abfeCopy full SHA for f14abfe
.github/workflows/github-actions-role-plan.yml
@@ -20,7 +20,7 @@ jobs:
20
permissions:
21
contents: read
22
id-token: write
23
- runs-on: ${{ matrix.account == 'legacy' && 'ubuntu-latest' || format('codebuild-cdap-lambda-{0}-{1}', github.run_id, github.run_attempt) }}
+ runs-on: ${{ matrix.account == 'legacy' && 'ubuntu-latest' || format('codebuild-runner-cdap-container-{0}-{1}', github.run_id, github.run_attempt) }}
24
defaults:
25
run:
26
working-directory: ./terraform/services/github-actions-role
0 commit comments