Skip to content

Commit b28aaee

Browse files
committed
Testing file lists 36
1 parent be55a41 commit b28aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function run() {
5656
ref: headCommitHash
5757
});
5858

59-
const currentAction = octokit.actions.getWorkflowRun({
59+
const currentAction = await octokit.actions.getWorkflowRun({
6060
owner: repoOwner,
6161
repo: repoName,
6262
run_id: actionId

0 commit comments

Comments
 (0)