double quote GITEA_OUTPUT

This commit is contained in:
Luke Tainton 2025-01-12 21:04:29 +00:00
parent f4b7546848
commit a5ef87e908
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -29,7 +29,7 @@ jobs:
- name: Get repo name - name: Get repo name
id: split id: split
run: echo "repo=${REPO##*/}" >> $GITEA_OUTPUT run: echo "repo=${REPO##*/}" >> "$GITEA_OUTPUT"
env: env:
REPO: ${{ gitea.repository }} REPO: ${{ gitea.repository }}