From a5fb821821c643b602df157f4f7f57dee2e19df9 Mon Sep 17 00:00:00 2001 From: Peter Gorniak Date: Thu, 25 Feb 2021 15:03:33 -0800 Subject: [PATCH] do not prompt --- .github/workflows/make_card_db_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_card_db_pr.yml b/.github/workflows/make_card_db_pr.yml index 31ea3c6..7ee4fd3 100644 --- a/.github/workflows/make_card_db_pr.yml +++ b/.github/workflows/make_card_db_pr.yml @@ -40,12 +40,12 @@ jobs: } else { return 'no_artifact' } - - run: unzip -d src/domdiv/card_db card_db.zip + - run: unzip -o -d src/domdiv/card_db card_db.zip if: steps.get-artifact.outputs.result == 'found_artifact' - run: rm -f card_db.zip if: steps.get-artifact.outputs.result == 'found_artifact' - name: Make PR - if: steps.get-artifact.output.result == 'found_artifact' + if: steps.get-artifact.outputs.result == 'found_artifact' uses: peter-evans/create-pull-request@v3 with: body: |