Skip to content

.github/workflows/schedule.yaml #14

.github/workflows/schedule.yaml

.github/workflows/schedule.yaml #14

Workflow file for this run

name: Update providers
on:
#push
schedule:
- cron: '0 6 * * 1' # at 6 on Mondays # https://crontab.guru/#0_6_*_*_1
permissions:
contents: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
fetch-depth: 1
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
check-latest: true
cache-dependency-path: ./go.mod
- name: Commit updated providers
run: |
# only commits if there are changes to commit
./ci.sh