Skip to content

Commit

Permalink
build: GoModUpdater does not work due to missing 'dependencies' label
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Oct 31, 2024
1 parent c44834f commit fd812c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: gomod-go-version-updater-action
"on":
schedule:
- cron: "42 5 * * 1-5"
push:
# schedule:
# - cron: "42 5 * * 1-5"
permissions:
contents: write
pull-requests: write
Expand All @@ -11,4 +12,4 @@ jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: schubergphilis/gomod-go-version-updater-action@v0.1.5
- uses: schubergphilis/gomod-go-version-updater-action@72-label-dependencies

Check failure on line 15 in .github/workflows/gomod-go-version-updater.yml

View workflow job for this annotation

GitHub Actions / mcvs-golang-action

15:81 [line-length] line too long (82 > 80 characters)

0 comments on commit fd812c1

Please sign in to comment.