Skip to content

Add renovate.json

Add renovate.json #6

Workflow file for this run

name: Deploy on Now
on: push
branches:

Check failure on line 3 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Print GitHub Context # Debug step
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: release
uses: actions/zeit-now@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }}