Skip to content

Commit

Permalink
ci: use elastic/oblt-actions@v1 (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 19, 2024
1 parent 155dc9d commit 45e862d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Run buildkite pipeline
uses: elastic/oblt-actions/buildkite/run@v1.4.0
uses: elastic/oblt-actions/buildkite/run@v1
env:
STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }}
with:
Expand All @@ -39,7 +39,7 @@ jobs:
BRANCH_NAME=${{ github.ref_name }}
- if: ${{ failure() }}
uses: elastic/oblt-actions/slack/send@v1.4.0
uses: elastic/oblt-actions/slack/send@v1
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-agent-js"
Expand Down

0 comments on commit 45e862d

Please sign in to comment.