chore: add documentation and GA branding

This commit is contained in:
Jeroen de Bruijn 2020-03-20 22:02:25 +01:00
parent ad7537a1d2
commit 34953d657b
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
4 changed files with 63 additions and 12 deletions

View file

@ -1,17 +0,0 @@
name: Example
on:
push:
branches:
- master
pull_request:
jobs:
example:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Renovate
uses: ./
with:
configurationFile: 'test/config.js'
token: ${{ secrets.RENOVATE_TOKEN }}