Skip to content

Commit

Permalink
fix: Bug in go-mod-updater - dependencies label unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Nov 4, 2024
1 parent c44834f commit 3eddc4c
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/[email protected].5
- uses: schubergphilis/[email protected].7

0 comments on commit 3eddc4c

Please sign in to comment.