We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c338741 commit 9a2b708Copy full SHA for 9a2b708
.github/workflows/test-timeplus-enterprise.yml
@@ -24,7 +24,7 @@ jobs:
24
TEST_VERSION="v$(cat charts/timeplus-enterprise/values.yaml | yq .timeplusAppserver.tag)"
25
echo "TEST_VERSION=${TEST_VERSION}" >> $GITHUB_OUTPUT
26
27
- NAMESPACE="timeplus-ci-helm-charts-${{ github.run_id }}""
+ NAMESPACE="timeplus-ci-helm-charts-${{ github.run_id }}"
28
echo "NAMESPACE=${NAMESPACE}" >> $GITHUB_OUTPUT
29
30
- name: Print vars
0 commit comments