Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Haas committed Aug 8, 2024
1 parent efa4d2c commit e3fea5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
git pull upstream main
git checkout main
git merge upstream/main --no-ff --no-edit
git push origin main
- name: Check and update package.json name field if needed
Expand Down

0 comments on commit e3fea5c

Please sign in to comment.