diff --git a/.github/workflows/git-auto-commit.yml b/.github/workflows/git-auto-commit.yml index 132d598..269320d 100644 --- a/.github/workflows/git-auto-commit.yml +++ b/.github/workflows/git-auto-commit.yml @@ -3,9 +3,11 @@ name: git-auto-commit on: push jobs: - shellcheck: + git-auto-commit: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 + - name: Use git-auto-commit-action uses: ./