make the artifact work

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-20 08:36:36 +01:00
parent d005c66130
commit 398102a9be
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -44,6 +44,11 @@ jobs:
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo ::set-output name=body::$body
- uses: actions/upload-artifact@v3
if: steps.update-step.outputs.artifact != ''
with:
name: deriv-diff
path: ${{ github.workspace }}/${{ steps.update-step.outputs.artifact }}
- uses: peter-evans/create-pull-request@v4
if: steps.update-step.outputs.body != ''
with:
@ -61,8 +66,3 @@ jobs:
assignees: darkkirb
reviewers: darkkirb
add-paths: flake.lock
- uses: actions/upload-artifact@v3
if: steps.update-step.outputs.artifact != ''
with:
name: deriv-diff
path: ${{ github.workspace }}/${{ steps.update-step.outputs.artifact }}