From 10564442e289b0035639b58bce3126ba592d5048 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sun, 23 Mar 2025 14:37:31 +0100 Subject: [PATCH] try to fix process templates --- .github/workflows/process-templates.yaml | 3 +++ workflow-templates/process-templates.yaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/process-templates.yaml b/.github/workflows/process-templates.yaml index 36da55161..5baa3490e 100644 --- a/.github/workflows/process-templates.yaml +++ b/.github/workflows/process-templates.yaml @@ -16,6 +16,9 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }} + - name: git pull + run: | + git pull - name: Set up Node uses: actions/setup-node@v3 with: diff --git a/workflow-templates/process-templates.yaml b/workflow-templates/process-templates.yaml index d866d5544..cda34287a 100644 --- a/workflow-templates/process-templates.yaml +++ b/workflow-templates/process-templates.yaml @@ -16,6 +16,10 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }} + + - name: git pull + run: | + git pull - name: Set up Node uses: actions/setup-node@v3