no log: fixed ci workflow to use the branch name that triggered the workflow run.

pull/2209/head v1.2.5-beta.5
morpheus65535 1 year ago
parent 6bc46fe4e9
commit 98a0b65d97

@ -25,6 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 1
- name: Cache node_modules
@ -76,6 +77,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 1
- name: Set up Python 3.8

Loading…
Cancel
Save