Make it work for tags
All checks were successful
Self Test / test (push) Successful in 3s

This commit is contained in:
wispem-wantex 2025-06-07 09:41:12 -04:00
parent 0929bea5a2
commit e58501f105

View File

@ -14,5 +14,5 @@ runs:
set -x
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
git fetch --quiet origin "$GITHUB_REF"
git checkout "$GITHUB_REF_NAME"
git checkout FETCH_HEAD
shell: bash