This commit is contained in:
@ -17,7 +17,10 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:4.4
|
image: barichello/godot-ci:4.4
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug GITEA_TOKEN
|
||||||
|
run: echo "GITEA_TOKEN=${GITEA_TOKEN}"
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
# Doing this becuase barichello/godot-ci:4.4 doesn't have nodejs installed, may need to make own docker image in the future
|
||||||
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
# By default ubuntu-22.04 has nodejs 12, but we need a more modern version for the actions/checkout@v4
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user