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

Commit

Permalink
update workflow sync with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-pundix committed Jul 28, 2024
1 parent d1830a3 commit f6efdb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
run: |
git merge upstream/main
- name: Pull Latest Changes from Origin
if: steps.check_diff.outputs.changes == 'true'
run: git pull origin main

- name: Push Changes
if: steps.check_diff.outputs.changes == 'true'
run: git push origin main
Expand Down

0 comments on commit f6efdb6

Please sign in to comment.