Skip to content

Commit

Permalink
[skip-ci] Published 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gkr-bot committed May 18, 2024
1 parent 5ffbd50 commit ecd0bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23037,7 +23037,7 @@ if (useAPI) {
const promiseArr = [];
workflowsList.forEach((workflowFile) => {
promiseArr.push(new Promise(async (resolve, reject) => {
const parentWorkflowPath = process.env.GITHUB_WORKFLOW_REF.match(/^(.*\.yml)/)[1];
const parentWorkflowPath = process.env.GITHUB_WORKFLOW_REF.match(/^(.*)@/)[1];
core.info(`Executing keepalive for ${workflowFile ? workflowFile : `parent workflow (${parentWorkflowPath})`}`);
APIKeepAliveWorkflow(githubToken, {
autoWriteCheck,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keepalive-workflow",
"version": "2.0.2",
"version": "2.0.3",
"description": "GitHub action to prevent GitHub from suspending your cronjob based trigger due to repository inactivity",
"main": "library.js",
"scripts": {
Expand Down

0 comments on commit ecd0bd3

Please sign in to comment.