We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b73344f + b95c723 commit 53af6ffCopy full SHA for 53af6ff
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ on:
29
- production
30
31
env:
32
- BRANCH: ${{ github.head_ref || github.ref_name || github.event.inputs.BRANCH }}
+ BRANCH: ${{ github.event.inputs.BRANCH || github.ref }}
33
DEPLOY: ${{ github.event.inputs.DEPLOY || 'false' }}
34
ENV: ${{ github.event.inputs.ENV || 'testing' }}
35
0 commit comments