Files
go-unifi/.github/workflows/generate.yaml
dependabot[bot] 92ceadad81 Bump actions/checkout from 3 to 4 (#166)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 09:03:41 +11:00

20 lines
447 B
YAML

---
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: {}
jobs:
fields:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'actions/setup-go@v4'
# TODO: Automatically merge the PR if tests pass.
- run: 'go generate unifi/fields.go'
- uses: 'peter-evans/create-pull-request@v5'
with:
delete-branch: true
title: 'Update to latest controller version'