From 1411ff7f0b8c01c91bbef01e2b1ddbd8885eb37c Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 16 Jan 2024 11:11:15 +0000 Subject: [PATCH] fixup! fix cleanup --- .github/workflows/on-commit.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index a5fda69..f9c7023 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -38,9 +38,12 @@ jobs: dir: create-bosh-release-action-test-boshrelease - name: Cleanup generated test files run: | - echo "Cleanup generated files" ls -lrt - #git --git-dir=create-bosh-release-action-test-boshrelease clean -fdx + cd create-bosh-release-action-test-boshrelease + git status + echo "Cleanup generated files" + git clean -fdx + cd .. - name: Test final release id: test_final_release uses: ./create-bosh-release-action/ # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow