Update .forgejo/workflows/helloworld.yml
Some checks failed
Hello World CI / print-hello-world (push) Has been cancelled
Some checks failed
Hello World CI / print-hello-world (push) Has been cancelled
This commit is contained in:
parent
b7958216d2
commit
5dccef8bf5
1 changed files with 11 additions and 6 deletions
|
@ -1,8 +1,13 @@
|
||||||
on: push
|
name: Hello World CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ipv6:
|
print-hello-world:
|
||||||
runs-on: docker
|
runs-on: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: Print Hello World
|
||||||
apt update; apt install --yes curl
|
run: echo "Hello, World!"
|
||||||
curl -s -o /dev/null http://ipv6.google.com
|
|
Loading…
Add table
Add a link
Reference in a new issue