City-of-Choteau-Ordinances/.github/workflows/imgcmp.yml

15 lines
315 B
YAML
Raw Permalink Normal View History

2022-02-24 23:52:49 +00:00
name: imgcmp
on:
schedule:
- cron: "0 0 * * 1" # Weekly build
workflow_dispatch:
2022-02-24 23:54:32 +00:00
2022-02-24 23:52:49 +00:00
jobs:
imgcmp:
if: ${{ startsWith(github.head_ref, 'actions/imgcmp/') != true }}
runs-on: ubuntu-latest
steps:
- uses: 9sako6/imgcmp@v2.0.0
with:
token: ${{ secrets.IMGCMP_ACCESS_TOKEN }}