We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430bff0 commit f249afaCopy full SHA for f249afa
deploy/action.yml
@@ -31,7 +31,7 @@ runs:
31
32
# User specified channel
33
- name: Install Tagged Begin
34
- if: inputs.channel
+ if: inputs.channel != 'main'
35
run: npm i -g @begin/deploy@${{ inputs.channel }}
36
shell: bash
37
0 commit comments