Skip to content

Commit b43b8ec

Browse files
committed
Merge branch 'main' of github.com:1Panel-dev/MaxKB
2 parents 117863e + 4e52f25 commit b43b8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@v4
5050
with:
51-
ref: main
51+
ref: ${{ github.ref_name }}
5252
- name: Prepare
5353
id: prepare
5454
run: |
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout
105105
uses: actions/checkout@v4
106106
with:
107-
ref: main
107+
ref: ${{ github.ref_name }}
108108
- name: Prepare
109109
id: prepare
110110
run: |

0 commit comments

Comments
 (0)