diff --git a/.forgejo/workflows/all.yml b/.forgejo/workflows/all.yml index e5879a9..b193a27 100644 --- a/.forgejo/workflows/all.yml +++ b/.forgejo/workflows/all.yml @@ -8,4 +8,6 @@ jobs: runs-on: docker steps: - name: Get runner IP - run: curl -s ifconfig.me + run: | + echo test + curl -s ifconfig.me