Skip to content

Commit e7aef3c

Browse files
committed
Testing file lists 40
1 parent ed91cf6 commit e7aef3c

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
@@ -55,7 +55,7 @@ async function run() {
5555
ref: headCommitHash
5656
});
5757

58-
const currentAction = await octokit.actions.getWorkflowJob({
58+
const currentAction = await octokit.actions.getWorkflowRun({
5959
owner: repoOwner,
6060
repo: repoName,
6161
job_id: actionId

0 commit comments

Comments
 (0)