File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 env :
6565 PUBLISH_FLAG : ${{ inputs.publish }}
6666 run : |
67- if [ "${{ github.repository }}" == "home-assistant /operating-system" ]; then
67+ if [ "${{ github.repository }}" == "my-smart-homes /operating-system" ]; then
6868 if [ "${PUBLISH_FLAG}" != "true" ] && [ "${{ github.event_name }}" != "release" ]; then
6969 echo "publish_build=false" >> "$GITHUB_OUTPUT"
7070 else
@@ -446,7 +446,7 @@ jobs:
446446 name : Update artifacts index
447447 if : ${{ github.event_name != 'release' && needs.prepare.outputs.publish_build == 'true' }}
448448 needs : [ build, prepare ]
449- uses : home-assistant/operating-system/ .github/workflows/artifacts-index.yaml@dev
449+ uses : ./ .github/workflows/artifacts-index.yaml
450450 with :
451451 version : ${{ needs.prepare.outputs.version_full }}
452452 secrets :
@@ -459,7 +459,7 @@ jobs:
459459
460460 bump_version :
461461 name : Bump ${{ needs.prepare.outputs.channel }} channel version
462- if : ${{ github.repository == 'home-assistant /operating-system' && needs.prepare.outputs.publish_build == 'true' && (needs.prepare.outputs.channel != 'dev' || github.ref == 'refs/heads/dev') }}
462+ if : ${{ github.repository == 'my-smart-homes /operating-system' && needs.prepare.outputs.publish_build == 'true' && (needs.prepare.outputs.channel != 'dev' || github.ref == 'refs/heads/dev') }}
463463 environment : ${{ needs.prepare.outputs.channel }}
464464 needs : [ build, prepare ]
465465 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments