Skip to content

Commit e1cfa29

Browse files
authored
github-action: use elastic/oblt-actions/github/check-dependent-jobs (#574)
1 parent 0ca92fe commit e1cfa29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- id: check
96-
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
96+
uses: elastic/oblt-actions/check-dependent-jobs@v1
9797
with:
98-
needs: ${{ toJSON(needs) }}
99-
- run: ${{ steps.check.outputs.isSuccess }}
98+
jobs: ${{ toJSON(needs) }}
99+
- run: ${{ steps.check.outputs.is-success }}

0 commit comments

Comments
 (0)