Skip to content

Commit 3acc818

Browse files
committed
ci(local): Adding configuration for ACT to locally run the GH actions
1 parent 13d8308 commit 3acc818

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
message += `- Infrastructure: \`${infra}\`\n`;
7474
}
7575
76-
if (${{ env.ACT }}) {
76+
let localRun = ${{ env.ACT }} || false
77+
78+
if (localRun) {
7779
console.log(`Action is being runned locally by 'ACT'.
7880
Skipping the notify user on PR, but output would have been:
7981
${message}`);

0 commit comments

Comments
 (0)