avides/Auto update your GitHub Action configuration files
Updates the GitHub Action configuration `.yml` files if necessary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The repository token is used to request the remote GitHub Actions configuration-files | yes | — |
| actions-configuration-files | GitHub Action configuration filename with path to the location in your remote repository | yes | — |
| source-repository | GitHub repository where your GitHub Action configuration is located | yes | — |
| source-ref | Branch/Commit/Tag from source repository where to get updated GitHub Actions configuration files | no | master |
Outputs
| name | description |
|---|---|
| updated | Is set to `true` if one configuration file is changed |