We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d6d4a1 + 1723414 commit 10b516aCopy full SHA for 10b516a
.github/workflows/restart-attempt.yml
@@ -63,6 +63,13 @@ jobs:
63
echo "Sleeping $SLEEP seconds before attempt"
64
sleep "$SLEEP"
65
66
+ - name: show external IP address for 403 debugging
67
+ if: ${{ !inputs.is_retry || steps.gate.outputs.skip == 'false' }}
68
+ run: |
69
+ echo "External IPs:"
70
+ echo "checkip.amazonaws.com -> $(curl --silent https://checkip.amazonaws.com || echo 'unavailable')"
71
+ echo "ifconfig.me -> $(curl --silent https://ifconfig.me || echo 'unavailable')"
72
+
73
- name: restart ${{ inputs.app }}
74
if: ${{ !inputs.is_retry || steps.gate.outputs.skip == 'false' }}
75
uses: cloud-gov/cg-cli-tools@main
0 commit comments