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 }}