Update .gitea/workflows/services.yml
Test Workflow run in Container / test (push) Successful in 8s
Test Gitea Actions with Service Containers / build (push) Has been cancelled

This commit is contained in:
2023-07-17 20:16:55 +02:00
parent ad94a6ab07
commit 09b3ee9b10
+2 -2
View File
@@ -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: