mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-23 22:31:24 +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:
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
|
||||
|
Reference in New Issue
Block a user