Skip to content

Commit 32820e2

Browse files
committed
fix(gh-actions): 🐛 Fix project variable
1 parent b678fb5 commit 32820e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-chatbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
artifact: ${{ steps.parse-deploy-command.outputs.infra }}
1313
environment: ${{ steps.parse-deploy-command.outputs.environment }}
14-
project: ${{ steps.parse-parse-deploy-command.outputs.project }}
14+
project: ${{ steps.parse-deploy-command.outputs.project }}
1515

1616
steps:
1717
- name: Checkout Repository

0 commit comments

Comments
 (0)