do not prompt
This commit is contained in:
parent
1ad1fb48e9
commit
a5fb821821
4
.github/workflows/make_card_db_pr.yml
vendored
4
.github/workflows/make_card_db_pr.yml
vendored
@ -40,12 +40,12 @@ jobs:
|
|||||||
} else {
|
} else {
|
||||||
return 'no_artifact'
|
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'
|
if: steps.get-artifact.outputs.result == 'found_artifact'
|
||||||
- run: rm -f card_db.zip
|
- run: rm -f card_db.zip
|
||||||
if: steps.get-artifact.outputs.result == 'found_artifact'
|
if: steps.get-artifact.outputs.result == 'found_artifact'
|
||||||
- name: Make PR
|
- 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
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user