We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22913c1 commit eb41b54Copy full SHA for eb41b54
1 file changed
.github/workflows/client-deployment.yaml
@@ -169,7 +169,7 @@ jobs:
169
id: ec2-ip
170
run: |
171
terraform output -raw ec2_public_ip > ec2_ip.txt
172
- echo "::set-output name=ec2_ip::$(cat ec2_ip.txt)"
+ echo "ec2_ip=$(cat ec2_ip.txt)" >> $GITHUB_OUTPUT
173
174
- name: Show EC2 Public IP
175
run: echo "EC2 Public IP is ${{ steps.ec2-ip.outputs.ec2_ip }}"
0 commit comments