test
This commit is contained in:
@@ -37,7 +37,7 @@ runs:
|
||||
DEST="${{ inputs.account }}/${{ inputs.project }}"
|
||||
CHANNEL="${{ steps.channel.outputs.channel }}"
|
||||
if [[ -n "$CHANNEL" ]]; then
|
||||
DEST="$DEST:$CHANNEL"
|
||||
DEST=$(echo "$DEST:$CHANNEL" | awk '{print tolower($0)}')
|
||||
fi
|
||||
COMMAND="push $FILE $DEST"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user