1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-04 10:22:30 +03:00

Merge pull request #24 from arduino/delete-artifact

Delete diff artifact after use in "Manage PRs" workflow
This commit is contained in:
per1234
2021-04-29 01:36:10 -07:00
committed by GitHub

View File

@ -109,6 +109,11 @@ jobs:
path: ${{ needs.diff.outputs.path }} path: ${{ needs.diff.outputs.path }}
name: ${{ needs.diff.outputs.artifact }} name: ${{ needs.diff.outputs.artifact }}
- name: Remove no longer needed artifact
uses: geekyeggo/delete-artifact@v1
with:
name: ${{ needs.diff.outputs.artifact }}
- name: Parse request - name: Parse request
id: parse-request id: parse-request
run: | run: |