Update .gitea/workflows/services.yml
This commit is contained in:
@@ -34,9 +34,9 @@ jobs:
|
|||||||
- name: Print Debug
|
- name: Print Debug
|
||||||
run: |
|
run: |
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo "${{ gitea }}"
|
echo "${{ toJSON(gitea) }}"
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo "${{ job }}"
|
echo "${{ toJSON(job) }}"
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user