try to fix process templates

This commit is contained in:
Jan Prochazka
2025-03-23 14:37:31 +01:00
parent a44307ca2d
commit 10564442e2
2 changed files with 7 additions and 0 deletions

View File

@@ -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:

View File

@@ -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