„.gitea/workflows/build.yml“ ändern

This commit is contained in:
2023-07-11 23:47:19 +02:00
parent aef1f2e42c
commit 3aa9190e5a
+3
View File
@@ -22,5 +22,8 @@ jobs:
steps:
- name: Print greeting
run: echo "Hello world!"
- name: Do work
run: echo "Double run with a name possible?"
run: echo "Hopefully yes"
- name: Print goodbye
run: echo "Done - bye!"