Skip to content

Commit

Permalink
Revert "Update find-successful-workflow.ts"
Browse files Browse the repository at this point in the history
This reverts commit 95b528f.
  • Loading branch information
joh-klein committed Jun 13, 2024
1 parent 95b528f commit 9d2ce11
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 lastSuccessfulState = process.argv[9];
const fallbackSHA = process.argv[8];
const lastSuccessfulState = process.argv[9];
const defaultWorkingDirectory = ".";

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

0 comments on commit 9d2ce11

Please sign in to comment.