mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
fix: the Dockerfile MUST have a lowercase F for GitHub Action to work
This commit is contained in:
parent
3ff327a8cc
commit
3e4d5f0dd6
5 changed files with 19 additions and 16 deletions
6
.github/workflows/example-basic.yml
vendored
6
.github/workflows/example-basic.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue