Update .forgejo/workflows/helloworld.yml
All checks were successful
Hello World CI / print-hello-world (push) Successful in 8s
All checks were successful
Hello World CI / print-hello-world (push) Successful in 8s
This commit is contained in:
parent
5dccef8bf5
commit
d5c571999c
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ on:
|
|||
|
||||
jobs:
|
||||
print-hello-world:
|
||||
runs-on: alpine:latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.20
|
||||
steps:
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
Loading…
Add table
Reference in a new issue