File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 75
75
steps :
76
76
- id : buildkite-run
77
77
name : Run Release
78
- uses : elastic/oblt-actions/buildkite/run@v1.5.0
78
+ uses : elastic/oblt-actions/buildkite/run@v1
79
79
with :
80
80
pipeline : ecs-logging-java-release
81
81
token : ${{ secrets.BUILDKITE_TOKEN }}
85
85
dry_run=${{ inputs.dry_run || 'false' }}
86
86
TARBALL_FILE=${{ env.TARBALL_FILE }}
87
87
88
- - uses : elastic/oblt-actions/buildkite/download-artifact@v1.5.0
88
+ - uses : elastic/oblt-actions/buildkite/download-artifact@v1
89
89
with :
90
90
build-number : ${{ steps.buildkite-run.outputs.number }}
91
91
path : ${{ env.TARBALL_FILE }}
@@ -101,15 +101,15 @@ jobs:
101
101
subject-path : " ${{ github.workspace }}/**/target/*.jar"
102
102
103
103
- if : ${{ success() }}
104
- uses : elastic/oblt-actions/slack/send@v1.5.0
104
+ uses : elastic/oblt-actions/slack/send@v1
105
105
with :
106
106
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
107
107
channel-id : " #apm-agent-java"
108
108
message : |
109
109
:runner: [${{ github.repository }}] Release *${{ github.ref_name }}* has been triggered in Buildkite: (<${{ steps.buildkite-run.outputs.build }}|build>)
110
110
111
111
- if : ${{ failure() }}
112
- uses : elastic/oblt-actions/slack/send@v1.5.0
112
+ uses : elastic/oblt-actions/slack/send@v1
113
113
with :
114
114
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
115
115
channel-id : " #apm-agent-java"
Original file line number Diff line number Diff line change 46
46
steps :
47
47
- id : buildkite-run
48
48
name : Run Deploy
49
- uses : elastic/oblt-actions/buildkite/run@v1.5.0
49
+ uses : elastic/oblt-actions/buildkite/run@v1
50
50
with :
51
51
pipeline : ecs-logging-java-snapshot
52
52
token : ${{ secrets.BUILDKITE_TOKEN }}
55
55
dry_run=${{ inputs.dry_run || 'false' }}
56
56
TARBALL_FILE=${{ env.TARBALL_FILE }}
57
57
58
- - uses : elastic/oblt-actions/buildkite/download-artifact@v1.5.0
58
+ - uses : elastic/oblt-actions/buildkite/download-artifact@v1
59
59
with :
60
60
build-number : ${{ steps.buildkite-run.outputs.number }}
61
61
path : ${{ env.TARBALL_FILE }}
71
71
subject-path : " ${{ github.workspace }}/**/target/*.jar"
72
72
73
73
- if : ${{ failure() }}
74
- uses : elastic/oblt-actions/slack/send@v1.5.0
74
+ uses : elastic/oblt-actions/slack/send@v1
75
75
with :
76
76
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
77
77
channel-id : " #apm-agent-java"
You can’t perform that action at this time.
0 commit comments