We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155dc9d commit 45e862dCopy full SHA for 45e862d
.github/workflows/microbenchmark.yml
@@ -24,7 +24,7 @@ jobs:
24
timeout-minutes: 60
25
steps:
26
- name: Run buildkite pipeline
27
- uses: elastic/oblt-actions/buildkite/run@v1.4.0
+ uses: elastic/oblt-actions/buildkite/run@v1
28
env:
29
STACK_VERSION: ${{ inputs.stack_version || '8.14.1' }}
30
with:
@@ -39,7 +39,7 @@ jobs:
39
BRANCH_NAME=${{ github.ref_name }}
40
41
- if: ${{ failure() }}
42
- uses: elastic/oblt-actions/slack/send@v1.4.0
+ uses: elastic/oblt-actions/slack/send@v1
43
44
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
45
channel-id: "#apm-agent-js"
0 commit comments