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 3b2eaa0
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': 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/gomod-go-version-updater-action@v0.1.1
- 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 3b2eaa0

Please sign in to comment.