mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-07-13 16:43:03 +01:00
Use github context object for workspace (#2726)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user