File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525jobs :
2626 docker :
2727 runs-on : ubuntu-latest
28- if : github.event_name == 'push' && (github.ref == 'refs/heads/${{ inputs.BRANCH }}' || (${{ inputs.ENABLE_PRODUCTION }} && startsWith(github.ref, 'refs/tags/')))
28+ if : github.event_name == 'push' && (github.ref == 'refs/heads/${{ github.event. inputs.BRANCH }}' || (${{ github.event. inputs.ENABLE_PRODUCTION }} && startsWith(github.ref, 'refs/tags/')))
2929
3030 steps :
3131 - name : Set environment (Staging)
32- if : github.ref == 'refs/heads/${{ inputs.BRANCH }}'
32+ if : github.ref == 'refs/heads/${{ github.event. inputs.BRANCH }}'
3333 run : |
3434 echo "ENVIRONMENT=staging" >> $GITHUB_ENV
3535
Original file line number Diff line number Diff line change 2525jobs :
2626 docker :
2727 runs-on : ubuntu-latest
28- if : github.event_name == 'push' && (github.ref == 'refs/heads/${{ inputs.BRANCH }}' || (${{ inputs.ENABLE_PRODUCTION }} && startsWith(github.ref, 'refs/tags/')))
28+ if : github.event_name == 'push' && (github.ref == 'refs/heads/${{ github.event. inputs.BRANCH }}' || (${{ github.event. inputs.ENABLE_PRODUCTION }} && startsWith(github.ref, 'refs/tags/')))
2929
3030 steps :
3131 - name : Set environment (Staging)
32- if : github.ref == 'refs/heads/${{ inputs.BRANCH }}'
32+ if : github.ref == 'refs/heads/${{ github.event. inputs.BRANCH }}'
3333 run : |
3434 echo "ENVIRONMENT=staging" >> $GITHUB_ENV
3535
You can’t perform that action at this time.
0 commit comments