mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix incorrect build branch
This commit is contained in:
parent
a6401fa9ef
commit
58c04b7a7b
2
.github/workflows/increment-build-number.yml
vendored
2
.github/workflows/increment-build-number.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
ref: ${{ github.base_ref }}
|
||||
|
||||
- name: Setup PHP
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user