Workflow config file is invalid. Please check your config file: EOF
|
# name: Watch Docs Previews
|
|
# on:
|
|
# schedule:
|
|
# - cron: "0 * * * *"
|
|
|
|
# jobs:
|
|
# deploy:
|
|
# runs-on: ubuntu-18.04
|
|
# steps:
|
|
# - uses: actions/checkout@v2
|
|
# - uses: ./.github/actions/watch-previews
|
|
# with:
|
|
# token: ${{ secrets.ACTIONS_TOKEN }}
|