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