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.
2 parents 920a5aa + fa9c2d9 commit e1ecf0fCopy full SHA for e1ecf0f
.github/workflows/cicd-2-publish.yaml
@@ -30,6 +30,7 @@ jobs:
30
steps:
31
- name: "Checkout code"
32
uses: actions/checkout@v5
33
+ with: ${{ github.ref_name }}
34
35
- name: "Set CI/CD variables"
36
id: variables
@@ -70,6 +71,7 @@ jobs:
70
71
72
- name: "Checkout Repository"
73
74
75
76
- name: "Build lambda artefact"
77
run: |
.github/workflows/cicd-3-test-deploy.yaml
@@ -16,8 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
if: >
18
${{
19
- github.event.workflow_run.conclusion == 'success' &&
20
- github.event.workflow_run.head_branch == 'main'
+ github.event.workflow_run.conclusion == 'success'
21
}}
22
outputs:
23
terraform_version: ${{ steps.vars.outputs.terraform_version }}
0 commit comments