diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index 3400db5..972a123 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -48,7 +48,7 @@ jobs: - name: Create a test workspace run: | - coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes + coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes --parameter "username=TEST-GIT-NAME" - name: Delete the test workspace if: always()