This commit is contained in:
@@ -10,7 +10,13 @@ jobs:
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Echo hello
|
||||
run: echo "Hello Gitea Actions!"
|
||||
run: |
|
||||
echo "Hello Gitea Actions!"
|
||||
|
||||
- name: Show system info
|
||||
run: uname -a
|
||||
run: |
|
||||
uname -a
|
||||
|
||||
- name: Show current directory
|
||||
run: |
|
||||
pwd
|
||||
Reference in New Issue
Block a user