Skip to content

Commit

Permalink
Changed to main-apache-test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed Dec 22, 2023
1 parent 9b492df commit 18ad46c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Fetch all
run: git fetch --all

- name: Checkout main-apache branch
run: git checkout --track origin/main-apache
- name: Checkout main-apache-test branch
run: git checkout --track origin/main-apache-test

- name: Pull main-apache branch
- name: Pull main-apache-test branch
run: git pull

- name: Merge upstream/main branch
Expand Down

0 comments on commit 18ad46c

Please sign in to comment.