Skip to content

Commit

Permalink
Update find-successful-workflow.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joh-klein authored Jun 13, 2024
1 parent caac781 commit 95b528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find-successful-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const errorOnNoSuccessfulWorkflow = process.argv[4];
const lastSuccessfulEvent = process.argv[5];
const workingDirectory = process.argv[6];
const workflowId = process.argv[7];
const fallbackSHA = process.argv[8];
const lastSuccessfulState = process.argv[9];
const fallbackSHA = process.argv[8];
const defaultWorkingDirectory = ".";

const ProxifiedClient = Octokit.plugin(proxyPlugin);
Expand Down

0 comments on commit 95b528f

Please sign in to comment.