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 de815ef commit 9d0dde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: |
git log --oneline -n 30
git pull origin main
git merge upstream/main --no-ff --no-edit --allow-unrelated-histories -v
git push origin main
git rebase upstream/main
git push origin main --force-with-lease
- name: Check and update package.json name field if needed
if: steps.get_latest_tag_origin.outputs.latest_tag != steps.get_latest_tag.outputs.latest_tag
Expand Down

0 comments on commit 9d0dde5

Please sign in to comment.