File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 terraform :
1111 name : ' Terraform Apply'
1212 runs-on : self-hosted
13- if : github.event.issue.pull_request && (contains(github.event.comment.body, '/test') || contains(github.event.comment.body, '/rc_test'))
13+ if : ${{ github.event.issue.pull_request && (contains(github.event.comment.body, '/test') || contains(github.event.comment.body, '/rc_test')) }}
1414
1515 steps :
1616 - name : Checkout
7575 -auto-approve \
7676 -input=false \
7777 -state="${{ steps.paths.outputs.state_file }}"
78- if : github.event.issue.pull_request && contains(github.event.comment.body, '/test')
78+ if : ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test') }}
7979 env :
8080 GOOGLE_CREDENTIALS : ${{ secrets.GOOGLE_CREDENTIALS }}
8181 TF_VAR_project_id : ${{ vars.PROJECT_ID }}
You can’t perform that action at this time.
0 commit comments