make the artifact work
This commit is contained in:
parent
d005c66130
commit
398102a9be
1 changed files with 5 additions and 5 deletions
10
.github/workflows/update.yml
vendored
10
.github/workflows/update.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue