ci: fix output source
This commit is contained in:
parent
4151fe5045
commit
b416100943
|
@ -164,8 +164,8 @@ jobs:
|
||||||
- compile
|
- compile
|
||||||
uses: ./.github/workflows/run_emqx_app_tests.yaml
|
uses: ./.github/workflows/run_emqx_app_tests.yaml
|
||||||
with:
|
with:
|
||||||
runner: ${{ needs.sanity-checks.outputs.runner }}
|
runner: ${{ needs.prepare.outputs.runner }}
|
||||||
builder: ${{ needs.sanity-checks.outputs.builder }}
|
builder: ${{ needs.prepare.outputs.builder }}
|
||||||
before_ref: ${{ github.event.before }}
|
before_ref: ${{ github.event.before }}
|
||||||
after_ref: ${{ github.sha }}
|
after_ref: ${{ github.sha }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue