Github Action
kind: githubaction
Description
The Github Action crawler looks recursively for all Github Action workflows. Then for each of them, it tries to automate its update.
It currently support the following sources:
Manifest
Parameters
Name | Type | Description | Required |
---|
Example
# updatecli.d/default.yaml
name: "githubaction autodiscovery"
scms:
default:
kind: git
spec:
url: https://github.com/updatecli/updatecli.git
branch: "main"
autodiscovery:
scmid: default
crawlers:
githubaction:
spec:
digest: true
rootdir: ".github"