mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-07-16 08:03:59 +00:00
fixup! Add rather comprehensive examples and plugin screenshot.
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
name: Autoupdate go.mod and go.sum
|
name: Autoupdate go.mod and go.sum
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 3 * * *"
|
- cron: "0 3 * * *"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
|
uses: lukaszraczylo/shared-actions/.github/workflows/go-autoupdate.yaml@main
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: ">=1.25"
|
||||||
release-workflow: "release.yaml"
|
release-workflow: "release.yaml"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user