Skip to content

Commit 79845f2

Browse files
committed
Debug github action some more
1 parent 54d64a9 commit 79845f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
with:
5050
script: |
5151
# get all artifacts for this workflow run
52-
let allArtifacts =
53-
await github.rest.actions.listWorkflowRunArtifacts({
52+
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
5453
owner: context.repo.owner,
5554
repo: context.repo.repo,
5655
run_id: context.payload.workflow_run.id,

0 commit comments

Comments
 (0)