Skip to content

Commit c358ff7

Browse files
authored
Update workflow to use master branch for templates
1 parent c4d81f0 commit c358ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build ThunderNanoServicesRDK on Linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99

1010
jobs:
1111
Thunder:
12-
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-error
12+
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
1313

1414
ThunderInterfaces:
1515
needs: Thunder
16-
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-error
16+
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
1717

1818
ThunderNanoServicesRDK:
1919
needs: ThunderInterfaces
20-
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions-error
20+
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master

0 commit comments

Comments
 (0)