fix: the Dockerfile MUST have a lowercase F for GitHub Action to work

This commit is contained in:
Jeroen de Bruijn 2020-03-19 20:55:40 +01:00
parent 3ff327a8cc
commit 3e4d5f0dd6
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
5 changed files with 19 additions and 16 deletions

View file

@ -7,15 +7,9 @@ on:
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: ls
run: npm ci
- name: Renovate
uses: ./
with: