trying to fix syntax error in checkout action
This commit is contained in:
@@ -90,12 +90,12 @@ jobs:
|
|||||||
image: barichello/godot-ci:mono-4.6
|
image: barichello/godot-ci:mono-4.6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install curl and zip
|
- name: Install node, curl and zip
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install curl zip nodejs
|
apt update && apt -y install curl zip nodejs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: false
|
lfs: false
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|||||||
Reference in New Issue
Block a user