This commit is contained in:
parent
c04e8522ea
commit
81a7859c30
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -8,5 +8,8 @@ jobs:
|
||||
hello_world:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Hello World Action
|
||||
run: echo "Hello, World!"
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: List files
|
||||
run: ls -lh
|
||||
Loading…
x
Reference in New Issue
Block a user