Skip to content

Commit

Permalink
Update schedule.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiemonk authored Oct 27, 2023
1 parent 5d9bc97 commit c2cc54e
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/schedule.yaml
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

0 comments on commit c2cc54e

Please sign in to comment.