ci: fix output source

This commit is contained in:
Thales Macedo Garitezi 2023-08-15 14:40:19 -03:00
parent 4151fe5045
commit b416100943
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@ jobs:
- compile
uses: ./.github/workflows/run_emqx_app_tests.yaml
with:
runner: ${{ needs.sanity-checks.outputs.runner }}
builder: ${{ needs.sanity-checks.outputs.builder }}
runner: ${{ needs.prepare.outputs.runner }}
builder: ${{ needs.prepare.outputs.builder }}
before_ref: ${{ github.event.before }}
after_ref: ${{ github.sha }}