on: push: tags: - 'check' jobs: check_ip: runs-on: docker steps: - name: Get runner IP run: | echo test curl http://ifconfig.me/ -vvv