Skip to content

Commit

Permalink
Update refresh-meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Jan 1, 2025
1 parent 0d21fca commit c357c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Update metadata branch
run: |
if git show-ref --verify --quiet refs/heads/metadata; then
git checkout -b metadata
if git show-ref --verify --quiet refs/remotes/origin/metadata; then
git checkout metadata
git pull origin metadata
else
git checkout --orphan metadata
Expand Down

0 comments on commit c357c9e

Please sign in to comment.