Skip to content

Commit

Permalink
Added new workglow
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Galeev committed Oct 5, 2020
1 parent 17d8e66 commit 2845fa4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build-Cron

on:
schedule:
- cron: "* 0 * * *"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1

- name: Bump
run: |
bash ./build.sh bump
- name: Commit & Push
uses: timzu/act-build@master
with:
args: --commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE_PATH: ./build/commit_message.txt

0 comments on commit 2845fa4

Please sign in to comment.