1
0
Fork 0
pull/1626/head
Rob Herley 2024-01-17 16:56:34 -05:00
parent b62d4c91b6
commit 7fd71a5e13
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export interface ArtifactClient {
/**
* Delete an Artifact
*
* If `options.findBy` is specified, this will use the public Download Artifact API https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#delete-an-artifact
* If `options.findBy` is specified, this will use the public Delete Artifact API https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#delete-an-artifact
*
* @param artifactName The name of the artifact to delete
* @param options Extra options that allow for the customization of the delete behavior