Skip to content

Commit ecf15eb

Browse files
authored
[debug] print github action server IP
1 parent 37849d0 commit ecf15eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-deploy-zodiac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Check out the repository
1919
uses: actions/checkout@v3
2020

21+
- name: Check IP
22+
run: curl https://api.ipify.org
23+
2124
- name: Install dependencies
2225
run: yarn install --frozen-lockfile
2326

0 commit comments

Comments
 (0)