Dont init

This commit is contained in:
Antoine Martin 2024-09-09 17:50:37 -04:00
parent 558bb73c4f
commit cf9634b87f
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -31,7 +31,6 @@ jobs:
cat missing_tags
- name: Missing tag fetch
run: |
git init .
git remote add upstream $upstream
while read tag; do
git fetch upstream tag $tag --no-tags