Skip to content

delete_artifacts

delete_artifacts #1034

Workflow file for this run

name: Delete Artifacts (Workflow run)
on: repository_dispatch
jobs:
delete-artifacts:
if: github.event.action == 'delete_artifacts'
name: Delete Artifacts
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Delete Artifacts
uses: "./.github/actions/artfdel"
with:
runid: ${{ github.event.client_payload.runid }}
exclude: ${{ github.event.client_payload.exclude }}
owdebug: ${{ vars.OWDEBUG }}
owcurlopts: ${{ vars.OWCURLOPTS }}