1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-02-15 07:27:13 +00:00

Use github context object for workspace (#2726)

This commit is contained in:
Pascal Vizeli
2021-03-16 16:01:59 +01:00
committed by GitHub
parent 17aa544be5
commit ff4e550ba3

View File

@@ -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 }}