Skip to content

Commit

Permalink
newer version of go mod updater
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Apr 6, 2024
1 parent ae28bf5 commit 1334c05
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
'on': push
# 'on':
# schedule:
# - cron: '42 6 * * *'
permissions:
contents: write
pull-requests: write
jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/[email protected]
- uses: 030/gomod-go-version-updater-action@21-create-pr-only-if-not-exists

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

View workflow job for this annotation

GitHub Actions / yamllint

14:81 [line-length] line too long (81 > 80 characters)
#
#

0 comments on commit 1334c05

Please sign in to comment.