From 4454bb3075af81c9e2e28e63d5916a6dffc4e8af Mon Sep 17 00:00:00 2001 From: DeWildeDaan Date: Fri, 30 Aug 2024 17:43:32 +0200 Subject: [PATCH] chore: removed action commiting the dist folder --- .github/workflows/action-test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 581b3a3..554629b 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -50,10 +50,3 @@ jobs: uses: ./ with: json-file: test-data/tf_nochanges.json - - - name: Commit and push built code - uses: EndBug/add-and-commit@v9 - with: - message: "Adding compiled dist." - fetch: false - pathspec_error_handling: ignore