Skip to content

Commit 17dcce7

Browse files
committed
fix: wrong JS syntax for checking a non present env var on the cloud runners
1 parent dc99172 commit 17dcce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
5656
- name: Notify the user
5757
uses: actions/github-script@v7
58+
env:
59+
ACT: ${{ env.ACT }} # To handle cloud and local envs without panicking
5860
with:
5961
script: |
6062
const environment = `${{ steps.parse_command.outputs.environment }}`;

0 commit comments

Comments
 (0)