Skip to content

Commit eb41b54

Browse files
committed
fix ansible
1 parent 22913c1 commit eb41b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/client-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
id: ec2-ip
170170
run: |
171171
terraform output -raw ec2_public_ip > ec2_ip.txt
172-
echo "::set-output name=ec2_ip::$(cat ec2_ip.txt)"
172+
echo "ec2_ip=$(cat ec2_ip.txt)" >> $GITHUB_OUTPUT
173173
174174
- name: Show EC2 Public IP
175175
run: echo "EC2 Public IP is ${{ steps.ec2-ip.outputs.ec2_ip }}"

0 commit comments

Comments
 (0)