Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MardarajNicky authored May 14, 2024
1 parent 8e0a6ab commit 3895b27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Get IP Address
id: ip
uses: candidob/[email protected]

- name: See IP Addresses
run: |
echo ${{ steps.ip.outputs.ipv4 }}
echo ${{ steps.ip.outputs.ipv6 }}
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 3895b27

Please sign in to comment.