fix incorrect build branch

This commit is contained in:
sunxyw 2022-05-09 16:42:34 +08:00 committed by GitHub
parent a6401fa9ef
commit 58c04b7a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"