Skip to content

Commit

Permalink
fix: [#535] Go mod updater go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Mar 11, 2024
1 parent 699e7c5 commit 650e86a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
# 'on':
# schedule:
# - cron: '42 6 * * *'
'on': push
permissions:
contents: write
pull-requests: write
jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/[email protected].0
- uses: 030/[email protected].1

0 comments on commit 650e86a

Please sign in to comment.