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