From 5525465215bf73411f8a5b436105a1fc8175e031 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Wed, 18 Mar 2020 21:53:38 +0100 Subject: [PATCH] fix: typo in action 9DockerFile) Typo resulted in not pointing to the correct location. --- .github/workflows/example-basic.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example-basic.yml b/.github/workflows/example-basic.yml index 78162d26..7d56e640 100644 --- a/.github/workflows/example-basic.yml +++ b/.github/workflows/example-basic.yml @@ -5,7 +5,7 @@ on: - master pull_request: jobs: - commitlint: + basic-example: runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index 846e8fc6..2999537f 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,6 @@ inputs: default: 'src/config.js' runs: using: 'docker' - image: 'src/Dockerfile' + image: 'src/DockerFile' args: - ${{ inputs.configurationFile }}