Skip to content

Commit

Permalink
[skip-ci] Published 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkr-bot committed May 17, 2024
1 parent 66748ca commit a9ac5ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23039,7 +23039,6 @@ if (useAPI) {
promiseArr.push(new Promise(async (resolve, reject) => {
const parentWorkflowPath = process.env.GITHUB_WORKFLOW_REF.match(/^(.*\.yml)/)[1];
core.info(`Executing keepalive for ${workflowFile ? workflowFile : `parent workflow (${parentWorkflowPath})`}`);
core.info(`Executing keepalive for ${workflowFile ? workflowFile : "parent workflow"}`);
APIKeepAliveWorkflow(githubToken, {
autoWriteCheck,
timeElapsed,
Expand Down

0 comments on commit a9ac5ca

Please sign in to comment.