From 2d5a2037536cf8462b5303d19c834b8a201099ee Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 26 Oct 2023 10:03:35 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/pr-update.yml to match the template repo --- .github/workflows/pr-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml index 455e6346..c90f2289 100644 --- a/.github/workflows/pr-update.yml +++ b/.github/workflows/pr-update.yml @@ -17,7 +17,7 @@ env: BASE_REF: ${{github.base_ref}} jobs: info: - if: ${{endsWith(github.repository , '-template')}} + if: endsWith(github.repository , '-template') runs-on: ubuntu-latest steps: - name: "Initialise Workspace"