Skip to content

Commit 9a2b708

Browse files
committed
fix
1 parent c338741 commit 9a2b708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-timeplus-enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
TEST_VERSION="v$(cat charts/timeplus-enterprise/values.yaml | yq .timeplusAppserver.tag)"
2525
echo "TEST_VERSION=${TEST_VERSION}" >> $GITHUB_OUTPUT
2626
27-
NAMESPACE="timeplus-ci-helm-charts-${{ github.run_id }}""
27+
NAMESPACE="timeplus-ci-helm-charts-${{ github.run_id }}"
2828
echo "NAMESPACE=${NAMESPACE}" >> $GITHUB_OUTPUT
2929
3030
- name: Print vars

0 commit comments

Comments
 (0)