From 2d9f8a963c91ad7db337966d4b0c5534591fb253 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Tue, 11 Feb 2020 18:56:50 +0000 Subject: [PATCH] fdhjsfdh --- .github/workflows/bash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bash.yml b/.github/workflows/bash.yml index fe66e41..c696775 100644 --- a/.github/workflows/bash.yml +++ b/.github/workflows/bash.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Output changed files hopefully - run: git --git-dir="$GITHUB_WORKSPACE/.git" ls-tree --name-only -r ${{ github.sha }} ; exit 1 + run: cd "$GITHUB_WORKSPACE" && git ls-tree --name-only -r ${{ github.sha }} ; exit 1 - name: Installing dependencies.. run: if ! apt list --installed 2>/dev/null | grep -q ".*shellcheck.*"; then apt install -y shellcheck; fi - name: Linting..