This action will update the REMOTE_URL_REF that is defined
in the MCVS-golang-action Taskfile automatically by
creating a Pull Request if a newer version of the MCVS-golang action has been
released. This will prevent that one will forget to update the Taskfile once
Dependabot has been updated it.
Create a
.github/workflows/mcvs-golang-action-taskfile-remote-url-ref-updater.yml file
with the following content:
---
name: mcvs-golang-action-taskfile-remote-url-ref-updater
"on":
schedule:
- cron: 42 6 * * *
permissions:
contents: write
pull-requests: write
jobs:
mcvs-golang-action-taskfile-remote-url-ref-updater:
runs-on: ubuntu-24.04
steps:
# yamllint disable rule:line-length
- uses: schubergphilis/mcvs-golang-action-taskfile-remote-url-ref-updater@v0.1.0
# yamllint enable rule:line-length