Skip to content

Commit

Permalink
ci: ignore already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 23, 2024
1 parent 6024218 commit f8493fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-misskey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: recursive
- run: |
git branch -r --format '%(refname:short)' | while read r;
do git branch --track "${r#origin/}" "$r";
do git branch --track "${r#origin/}" "$r" || :;
done
git fetch --all
git pull --all
Expand Down

0 comments on commit f8493fa

Please sign in to comment.