From 335ca2d3a8e0e80ec77bdb23952845dba090661e Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 15 Oct 2021 19:41:24 +0200 Subject: [PATCH] diff fix --- .github/workflows/auto-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 726ef84e..fef13e45 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -48,7 +48,7 @@ jobs: - name: get changed files id: getfile run: | - echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)" + echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" - name: Login to Docker Hub uses: docker/login-action@v1 with: