Update .forgejo/workflows/helloworld.yml
Some checks failed
/ ipv6 (push) Has been cancelled

This commit is contained in:
sohrab 2025-02-11 14:05:00 -05:00
parent ab1471344b
commit b7958216d2

View file

@ -1,13 +1,8 @@
name: Hello World CI on: push
on:
push:
branches:
- main
jobs: jobs:
print-hello-world: ipv6:
runs-on: alpine:latest runs-on: docker
steps: steps:
- name: Print Hello World - run: |
run: echo "Hello, World!" apt update; apt install --yes curl
curl -s -o /dev/null http://ipv6.google.com