From 44897d712bdc11f769c46141d33d617b70aece08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 15:52:15 +0200 Subject: [PATCH] HOME --- .github/workflows/publish-template.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index 1682594..d972b06 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -1,9 +1,5 @@ name: Test and Publish Coder Template -defaults: - run: - working-directory: ${{ github.workspace }} - on: push: branches: @@ -48,7 +44,7 @@ jobs: - name: Push template to Coder run: | - coder templates push $TEMPLATE_NAME -d . --activate=false --name ${{ steps.name.outputs.version_name }} --message "${{ steps.message.outputs.pr_title }}" --yes + coder templates push $TEMPLATE_NAME -d $HOME --activate=false --name ${{ steps.name.outputs.version_name }} --message "${{ steps.message.outputs.pr_title }}" --yes - name: Create a test workspace and run some example commands run: |