mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix: explicitly checkout v3-alpha branch in nightly workflow
Ensures the workflow always checks out the v3-alpha branch regardless of which branch triggers it (schedule from master or manual dispatch)
This commit is contained in:
parent
7f3358d6a8
commit
d9f4a1883f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nightly-release-v3.yml
vendored
1
.github/workflows/nightly-release-v3.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: v3-alpha
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue