File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
id : bootstrap
41
41
uses : ./.github/workflows/bootstrap
42
42
43
- - uses : elastic/oblt-actions/google/auth@v1.9.3
43
+ - uses : elastic/oblt-actions/google/auth@v1.10.0
44
44
45
- - uses : elastic/oblt-actions/oblt-cli/cluster-credentials@v1.9.3
45
+ - uses : elastic/oblt-actions/oblt-cli/cluster-credentials@v1.10.0
46
46
with :
47
47
github-token : ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
48
48
cluster-name : ${{ env.SERVERLESS_PROJECT }}
Original file line number Diff line number Diff line change 44
44
run : dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
45
45
46
46
- if : ${{ success() && github.event_name == 'release' }}
47
- uses : elastic/oblt-actions/slack/send@v1.9.3
47
+ uses : elastic/oblt-actions/slack/send@v1.10.0
48
48
with :
49
49
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
50
50
channel-id : ${{ env.SLACK_CHANNEL }}
54
54
Release URL: (<https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}|${{ github.ref_name }}>)
55
55
56
56
- if : ${{ failure() && github.event_name == 'release' }}
57
- uses : elastic/oblt-actions/slack/send@v1.9.3
57
+ uses : elastic/oblt-actions/slack/send@v1.10.0
58
58
with :
59
59
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
60
60
channel-id : ${{ env.SLACK_CHANNEL }}
You can’t perform that action at this time.
0 commit comments