-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d9bc97
commit c2cc54e
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
|
||
name: Update providers | ||
# name: Update providers | ||
|
||
on: | ||
#push | ||
schedule: | ||
- cron: '0 6 * * 1' # at 6 on Mondays # https://crontab.guru/#0_6_*_*_1 | ||
# on: | ||
# #push | ||
# schedule: | ||
# - cron: '0 6 * * 1' # at 6 on Mondays # https://crontab.guru/#0_6_*_*_1 | ||
|
||
permissions: | ||
contents: write | ||
# permissions: | ||
# contents: write | ||
|
||
jobs: | ||
report: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | ||
with: | ||
fetch-depth: 1 | ||
# jobs: | ||
# report: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | ||
# with: | ||
# fetch-depth: 1 | ||
|
||
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||
with: | ||
go-version-file: './go.mod' | ||
check-latest: true | ||
cache-dependency-path: ./go.mod | ||
# - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||
# with: | ||
# go-version-file: './go.mod' | ||
# check-latest: true | ||
# cache-dependency-path: ./go.mod | ||
|
||
- name: Commit updated providers | ||
run: | | ||
# only commits if there are changes to commit | ||
./ci.sh | ||
# - name: Commit updated providers | ||
# run: | | ||
# # only commits if there are changes to commit | ||
# ./ci.sh |