update dependencies and prettier

This commit is contained in:
Bethany
2023-08-22 09:57:14 -07:00
parent 0555a5f458
commit 4214a1ff24
5 changed files with 48 additions and 14 deletions
@@ -29,7 +29,9 @@ export async function listArtifacts(
repositoryName: string,
token: string
): Promise<ListArtifactsResponse> {
info(`Fetching artifact list for workflow run ${workflowRunId} in repository ${repositoryOwner}/${repositoryName}`)
info(
`Fetching artifact list for workflow run ${workflowRunId} in repository ${repositoryOwner}/${repositoryName}`
)
const artifacts: Artifact[] = []
const [retryOpts, requestOpts] = getRetryOptions(