Skip to content

Bump org.springframework.boot:spring-boot-starter-parent #685

Bump org.springframework.boot:spring-boot-starter-parent

Bump org.springframework.boot:spring-boot-starter-parent #685

Workflow file for this run

name: Build-Cron

Check failure on line 1 in .github/workflows/cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cron.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
# - cron: "* * * * 1"
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