renovatebot-github/.github/workflows/example-basic.yml
Jeroen de Bruijn 5525465215
fix: typo in action 9DockerFile)
Typo resulted in not pointing to the correct location.
2020-03-18 21:53:38 +01:00

18 lines
331 B
YAML

name: Basic example
on:
push:
branches:
- master
pull_request:
jobs:
basic-example:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Renovate
uses: ./