Skip to content

Commit

Permalink
Update Merge-Upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayMoreBoy authored Jan 12, 2024
1 parent 0b79447 commit 937a540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Merge-Upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
ref: main
fetch-depth: 0
lfs: true

Expand All @@ -38,7 +38,7 @@ jobs:
git config --global --list
- name: Load upstream commits
run: git pull https://github.com/xiaorouji/openwrt-passwall.git --log --no-commit --allow-unrelated-histories
run: git pull https://github.com/xiaorouji/openwrt-passwall.git --log --no-commit

- name: Apply commit changes
run: |
Expand Down

0 comments on commit 937a540

Please sign in to comment.