mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:05:06 +07:00
ci(pr-build): fix default branch for seed workflow (#214)
* ci(pr-build): fix default branch for seed workflow * ci(build): update downstream seed workflow ref * chore: revert previous changes
This commit is contained in:
parent
c1f61189d7
commit
bede3e4c92
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
build:
|
||||
uses: daeuniverse/dae/.github/workflows/seed-build.yml@pr_build_fix
|
||||
uses: daeuniverse/dae/.github/workflows/seed-build.yml@main
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
pr_build: true
|
||||
|
Loading…
Reference in New Issue
Block a user