Fix formatting.

This commit is contained in:
2025-07-10 23:33:08 -07:00
parent 51cd7433c1
commit 1bc7287786

View File

@@ -73,7 +73,7 @@ runs:
REPO="${{ github.repository }}" REPO="${{ github.repository }}"
REPO="${REPO##*/}" REPO="${REPO##*/}"
if [[ -n "$BUCKET" ]]; then if [[ -n "$BUCKET" ]]; then
BUCKET="$BUCKET-$REPO" BUCKET="$BUCKET/$REPO"
else else
BUCKET="$REPO" BUCKET="$REPO"
fi fi