Update and rename patch_updator.yml to patch_updater.yml
This commit is contained in:
parent
7b2cc61d99
commit
0a61c62756
|
@ -1,5 +1,6 @@
|
|||
name: Count Patches
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
@ -31,4 +32,4 @@ jobs:
|
|||
if: "!contains(steps.log.outputs.message, 'Bump version') && contains(steps.repo.outputs.message, 'lnis-uofu/OpenFPGA')"
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue