This commit is contained in:
2023-04-30 22:17:16 -07:00
parent 88e5a548e4
commit 8f9ffb1367

View File

@@ -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"