This commit is contained in:
2023-04-30 22:21:41 -07:00
parent 8f9ffb1367
commit 911e9f4334

View File

@@ -37,7 +37,7 @@ runs:
DEST="${{ inputs.account }}/${{ inputs.project }}" DEST="${{ inputs.account }}/${{ inputs.project }}"
CHANNEL="${{ steps.channel.outputs.channel }}" CHANNEL="${{ steps.channel.outputs.channel }}"
if [[ -n "$CHANNEL" ]]; then if [[ -n "$CHANNEL" ]]; then
DEST=$(echo "$DEST:$CHANNEL" | awk '{print tolower($0)}') DEST="$DEST:$CHANNEL"
fi fi
COMMAND="push $FILE $DEST" COMMAND="push $FILE $DEST"