From 60b812454ab0ff730568e1f70d7663a693f6ecdb Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:44:36 +0200 Subject: [PATCH] Try with a static name --- .github/workflows/Build ThunderInterfaces on Linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build ThunderInterfaces on Linux.yml b/.github/workflows/Build ThunderInterfaces on Linux.yml index 0e0024f..be0419f 100644 --- a/.github/workflows/Build ThunderInterfaces on Linux.yml +++ b/.github/workflows/Build ThunderInterfaces on Linux.yml @@ -19,7 +19,7 @@ jobs: ThunderInterfacesDevelopment: needs: Thunder if: contains(github.event.pull_request.body, '[ThunderInterfaces-Linux-template]') - uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@${{github.ref}} + uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-template ThunderClientLibraries: needs: [ThunderInterfacesMaster, ThunderInterfacesDevelopment]