Skip to content

Commit 308c697

Browse files
authored
Update workflow to use master branch for templates
1 parent 6b8893d commit 308c697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build ThunderNanoServices 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
ThunderNanoServices:
1919
needs: ThunderInterfaces
20-
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions-error
20+
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master

0 commit comments

Comments
 (0)