diff --git a/.github/workflows/Build ThunderInterfaces on Linux.yml b/.github/workflows/Build ThunderInterfaces on Linux.yml index b922f380..225db520 100644 --- a/.github/workflows/Build ThunderInterfaces on Linux.yml +++ b/.github/workflows/Build ThunderInterfaces on Linux.yml @@ -7,22 +7,21 @@ on: branches: ["master"] jobs: - # change the user and branch name in each one after the templates are merged Thunder: - uses: VeithMetro/Thunder/.github/workflows/Linux build template.yml@development/actions + uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master ThunderInterfaces: needs: Thunder - uses: VeithMetro/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions + uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master ThunderClientLibraries: needs: ThunderInterfaces - uses: VeithMetro/ThunderClientLibraries/.github/workflows/Linux build template.yml@development/actions + uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master ThunderNanoServices: needs: ThunderInterfaces - uses: VeithMetro/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions + uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master ThunderNanoServicesRDK: needs: ThunderInterfaces - uses: VeithMetro/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions + uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master