diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 2606e19..5d3173f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - run: curl ifconfig.me + - run: curl -s ifconfig.me - uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://github.com/actions/setup-go@v5 with: