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