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.
1 parent b73344f commit b95c723Copy full SHA for b95c723
.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