„.gitea/workflows/build.yml“ ändern
Gitea Actions Demo / Build (push) Successful in 46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
Gitea Actions Demo / Test-Job (push) Successful in 6s

This commit is contained in:
2023-07-12 13:27:42 +02:00
parent a1a3e951f5
commit c4a731c31a
+1
View File
@@ -5,6 +5,7 @@ on: [workflow_dispatch, push]
jobs: jobs:
Test-Job: Test-Job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: Build
steps: steps:
- name: Print greeting - name: Print greeting
run: echo "Hello world!" run: echo "Hello world!"