This commit is contained in:
Antoine Martin 2025-03-22 16:35:44 -04:00
parent 67d0271ff6
commit b2ddc66a7c
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -47,7 +47,7 @@ jobs:
run: |
git remote add upstream $upstream
while read tag; do
if test ${{ inputs.is_commit }} == "true" ]; then
if test ${{ inputs.is_commit }} == "true"; then
git fetch upstream $tag --no-tags
else
git fetch upstream tag $tag --no-tags