You've already forked library-registry
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:
5
.github/workflows/manage-prs.yml
vendored
5
.github/workflows/manage-prs.yml
vendored
@ -109,6 +109,11 @@ jobs:
|
||||
path: ${{ needs.diff.outputs.path }}
|
||||
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
|
||||
id: parse-request
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user