Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 21, 2024
1 parent 1e835f2 commit 1685deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-ee-server-for-ext-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ runs:
run: echo server-ip=$(docker container inspect -f '{{ .NetworkSettings.IPAddress }}' aerospike) >> $GITHUB_OUTPUT
shell: bash

- name: print IP address
run: echo $GITHUB_OUTPUT
- name: print IP address
run: cat $GITHUB_OUTPUT
shell: bash


Expand Down

0 comments on commit 1685deb

Please sign in to comment.