We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8893d commit 308c697Copy full SHA for 308c697
.github/workflows/Build ThunderNanoServices on Linux.yml
@@ -9,12 +9,12 @@ on:
9
10
jobs:
11
Thunder:
12
- uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-error
+ uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
13
14
ThunderInterfaces:
15
needs: Thunder
16
- uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-error
+ uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
17
18
ThunderNanoServices:
19
needs: ThunderInterfaces
20
- uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@development/actions-error
+ uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master
0 commit comments