Skip to content

updatecli

updatecli #2

Workflow file for this run

name: updatecli
on:
workflow_dispatch: ~
#schedule:
# - cron: '0 6 * * *'
#permissions:
# contents: read
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
#- uses: actions/setup-java@v4
# with:
# java-version: 11
# distribution: temurin
- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: "--experimental apply --config .ci/updatecli.d"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#- if: failure()
# uses: elastic/oblt-actions/slack/send@v1
# with:
# bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
# channel-id: "#apm-agent-java"
# message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"