File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7979 - test-saucelabs
8080 steps :
8181 - id : check
82- uses : elastic/apm-pipeline-library/.github/ actions/check-dependent-jobs@current
82+ uses : elastic/oblt- actions/check-dependent-jobs@v1
8383 with :
84- needs : ${{ toJSON(needs) }}
85- - run : ${{ steps.check.outputs.isSuccess }}
84+ jobs : ${{ toJSON(needs) }}
85+ - run : ${{ steps.check.outputs.is-success }}
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ jobs:
9090 - test-puppeteer
9191 steps :
9292 - id : check
93- uses : elastic/apm-pipeline-library/.github/ actions/check-dependent-jobs@current
93+ uses : elastic/oblt- actions/check-dependent-jobs@v1
9494 with :
95- needs : ${{ toJSON(needs) }}
96- - run : ${{ steps.check.outputs.isSuccess }}
95+ jobs : ${{ toJSON(needs) }}
96+ - run : ${{ steps.check.outputs.is-success }}
9797
9898 coverage :
9999 name : Coverage
You can’t perform that action at this time.
0 commit comments