Skip to content

Commit

Permalink
Merge branch 'main' of github.com:1Panel-dev/MaxKB
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Apr 15, 2024
2 parents 117863e + 4e52f25 commit b43b8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
ref: ${{ github.ref_name }}
- name: Prepare
id: prepare
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
ref: ${{ github.ref_name }}
- name: Prepare
id: prepare
run: |
Expand Down

0 comments on commit b43b8ec

Please sign in to comment.