echo
This commit is contained in:
parent
f33759d038
commit
ee50ac45e6
@ -29,7 +29,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: parseStep
|
- id: parseStep
|
||||||
run: |
|
run: |
|
||||||
|
echo "Parsing channel string..."
|
||||||
|
echo "channel ${{ inputs.channel }}"
|
||||||
|
|
||||||
channelInput="${{ inputs.channel }}"
|
channelInput="${{ inputs.channel }}"
|
||||||
|
|
||||||
if [ "$channelInput" = "internal" ]; then
|
if [ "$channelInput" = "internal" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user