File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - name : " Checkout code"
3232 uses : actions/checkout@v5
33- with : ${{ github.ref_name }}
33+ with :
34+ ref : ${{ github.ref_name }}
3435
3536 - name : " Set CI/CD variables"
3637 id : variables
7172
7273 - name : " Checkout Repository"
7374 uses : actions/checkout@v5
74- with : ${{ github.ref_name }}
75+ with :
76+ ref : ${{ github.ref_name }}
7577
7678 - name : " Build lambda artefact"
7779 run : |
Original file line number Diff line number Diff line change 1414 metadata :
1515 name : " Resolve metadata from triggering run"
1616 runs-on : ubuntu-latest
17- if : >
18- ${{
19- github.event.workflow_run.conclusion == 'success'
20- }}
17+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
2118 outputs :
2219 terraform_version : ${{ steps.vars.outputs.terraform_version }}
2320 tag : ${{ steps.tag.outputs.name }}
You can’t perform that action at this time.
0 commit comments