trying to fix syntax error in checkout action
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Export (push) Failing after 15s

This commit is contained in:
2026-01-27 18:52:04 +01:00
parent 38e62dcbb3
commit 1a73f23670

View File

@@ -93,12 +93,9 @@ jobs:
- name: Install curl and zip
run: |
apt update && apt -y install curl zip nodejs
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 24
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
lfs: false
persist-credentials: true