Update and rename patch_updator.yml to patch_updater.yml

This commit is contained in:
nadeemyaseen-rs 2021-12-20 12:40:12 +05:00 committed by GitHub
parent 7b2cc61d99
commit 0a61c62756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}