Skip to content

Commit 2022ca6

Browse files
authored
github-action: use elastic/oblt-actions/check-dependent-jobs (#129)
1 parent 07c84b2 commit 2022ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- id: check
67-
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
67+
uses: elastic/oblt-actions/check-dependent-jobs@v1
6868
with:
69-
needs: ${{ toJSON(needs) }}
69+
jobs: ${{ toJSON(needs) }}
7070
- uses: elastic/oblt-actions/slack/notify-result@v1
7171
with:
7272
status: ${{ steps.check.outputs.status }}

0 commit comments

Comments
 (0)