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 c357c9e commit c5235c6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/refresh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ jobs:
- name: Update metadata branch
run: |
if git show-ref --verify --quiet refs/remotes/origin/metadata; then
git checkout metadata
git pull origin metadata
else
git checkout --orphan metadata
git rm -rf .
fi
git checkout -b metadata
git add metadata.json
git config --global user.email "[email protected]"
git config --global user.name "Eclipse Menu Bot"
Expand Down

0 comments on commit c5235c6

Please sign in to comment.