From ff4e550ba3a993c41db1343c86ebbf92b8ed930f Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 Mar 2021 16:01:59 +0100 Subject: [PATCH] Use github context object for workspace (#2726) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 2ce05ea0f..645d90b25 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -156,7 +156,7 @@ jobs: if: needs.init.outputs.publish == 'true' uses: home-assistant/actions/helpers/codenotary@master with: - source: dir://${{ GITHUB_WORKSPACE }} + source: dir://${{ github.workspace }} user: ${{ secrets.VCN_USER }} password: ${{ secrets.VCN_PASSWORD }} organisation: ${{ secrets.VCN_ORG }}