„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -16,4 +16,11 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Test-Job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print greeting
|
||||
run: echo "Hello world!"
|
||||
- name: Print goodbye
|
||||
run: echo "Done - bye!"
|
||||
Reference in New Issue
Block a user