We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db590f3 commit 1e4bc3fCopy full SHA for 1e4bc3f
.github/workflows/e2e-test.yaml
@@ -44,7 +44,7 @@ jobs:
44
id: run_tests
45
run: |
46
if [ "${{ matrix.environment }}" = "canary" ]; then
47
- export AICORE_SERVICE_KEY='${{ secrets.AI_CORE_CANARY }}'
+ export AICORE_SERVICE_KEY="${{ secrets.AI_CORE_CANARY }}"
48
else
49
export AICORE_SERVICE_KEY='${{ secrets.AI_CORE_PRODUCTION }}'
50
fi
@@ -114,4 +114,4 @@ jobs:
114
- type: "section"
115
text:
116
type: "plain_text"
117
- text: "${{ steps.run_tests.outputs.error_message }}"
+ text: "${{ steps.run_tests.outputs.error_message }} "
0 commit comments