ci: typo
This commit is contained in:
parent
67d0271ff6
commit
b2ddc66a7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue