mirror of
https://github.com/outbackdingo/homelab.git
synced 2026-01-27 18:19:11 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
14 lines
271 B
YAML
14 lines
271 B
YAML
name: Auto update branch
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
autoupdate:
|
|
name: autoupdate
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- uses: docker://chinthakagodawita/autoupdate-action:v1
|
|
env:
|
|
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|