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 1cfb81e commit 0d21fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/refresh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Update metadata branch
run: |
if git show-ref --verify --quiet refs/heads/metadata; then
git checkout metadata
git checkout -b metadata
git pull origin metadata
else
git checkout --orphan metadata
git rm -rf .
Expand Down

0 comments on commit 0d21fca

Please sign in to comment.