.forgejo/workflows/demo.yml aktualisiert
All checks were successful
Build / A job to say hello (push) Successful in 1m4s
All checks were successful
Build / A job to say hello (push) Successful in 1m4s
This commit is contained in:
parent
97120f15c2
commit
aa289af22c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ jobs:
|
|||
runs-on: podman
|
||||
name: A job to say hello
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: ls
|
||||
run: ls -lisa
|
||||
- name: Hello world action step
|
||||
id: hello
|
||||
uses: https://git.php.fail/lubiana/hello-world-podman@v3
|
||||
|
|
Loading…
Reference in a new issue