We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37849d0 commit ecf15ebCopy full SHA for ecf15eb
1 file changed
.github/workflows/build-deploy-zodiac.yml
@@ -18,6 +18,9 @@ jobs:
18
- name: Check out the repository
19
uses: actions/checkout@v3
20
21
+ - name: Check IP
22
+ run: curl https://api.ipify.org
23
+
24
- name: Install dependencies
25
run: yarn install --frozen-lockfile
26
0 commit comments