We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d64a9 commit 79845f2Copy full SHA for 79845f2
.github/workflows/debos.yml
@@ -49,8 +49,7 @@ jobs:
49
with:
50
script: |
51
# get all artifacts for this workflow run
52
- let allArtifacts =
53
- await github.rest.actions.listWorkflowRunArtifacts({
+ let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
54
owner: context.repo.owner,
55
repo: context.repo.repo,
56
run_id: context.payload.workflow_run.id,
0 commit comments