Update repository conditions in docker-publish.yml

Had old repo path, Changing to 

pyMC-dev/pyMC_Repeater
This commit is contained in:
Yellowcooln
2026-05-18 10:10:32 -04:00
committed by GitHub
parent f4d89484de
commit a08c4d093c
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
docker:
if: |
github.event_name == 'workflow_dispatch' ||
github.repository == 'rightup/pyMC_Repeater' ||
github.repository == 'pyMC-dev/pyMC_Repeater' ||
github.repository == 'yellowcooln/pyMC_Repeater'
runs-on: ubuntu-latest
permissions:
@@ -77,7 +77,7 @@ jobs:
cache-to: type=gha,mode=max
- name: Notify Home Assistant add-on repository
if: github.repository == 'rightup/pyMC_Repeater'
if: github.repository == 'pyMC-dev/pyMC_Repeater'
env:
DISPATCH_TOKEN: ${{ secrets.HA_ADDON_REPO_DISPATCH_TOKEN }}
CHANNEL: ${{ github.ref_name }}