nICEnnnnnnnLee / action-delete-artifact

:octocat: GitHub Action for delete an Actions Artifact in a workflow run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action delete artifact

This action delete an Actions Artifact in a workflow run.

Inputs

artifactName

Required The artifact name you want to delete.

Example usage

- name: Upload artifact
  uses: actions/upload-artifact@v4
  with:
    name: test_file
    path: file1.txt
    
    
- name: Delete artifact
  uses: nicennnnnnnlee/action-delete-artifact@v0.0.1
  with:
    name: test_file

About

:octocat: GitHub Action for delete an Actions Artifact in a workflow run.

License:MIT License


Languages

Language:JavaScript 100.0%