mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-07 09:23:06 +02:00
Update repository conditions in docker-publish.yml
Had old repo path, Changing to pyMC-dev/pyMC_Repeater
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user