Skip to content

Run updatecli

Run updatecli #1

Workflow file for this run

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@v2
- name: Run updatecli in apply mode
run: updatecli apply
- uses: stefanzweifel/git-auto-commit-action@v5