Skip to content

chore(deps): bump updatecli/updatecli-action from 2.35.0 to 2.36.0 #1042

chore(deps): bump updatecli/updatecli-action from 2.35.0 to 2.36.0

chore(deps): bump updatecli/updatecli-action from 2.35.0 to 2.36.0 #1042

Workflow file for this run

name: updatecli
on:
# Allow to be run manually
workflow_dispatch:
schedule:
# Once per day at midnight UTC
- cron: '0 0 * * *'
push:
pull_request:
jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup updatecli
uses: updatecli/updatecli-action@b5f1355e222a22480eb4e4a9a271d6217f914fa6 # v2.36.0
- name: Diff
run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Apply
if: github.ref == 'refs/heads/master'
run: updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}