Skip to content

Commit 1bed944

Browse files
committed
amazon linux 2023 support
1 parent 1b64990 commit 1bed944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353

5454
- name: Set and Calculate test vars
5555
run: |
56-
echo "instance_hostname=ubuntu@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
56+
echo "SHIVA --- instance_hostname=ec2-user@${{ steps.get_public_dns_name.outputs.result }}"
57+
echo "instance_hostname=ec2-user@${{ steps.get_public_dns_name.outputs.result }}" >> $GITHUB_ENV
5758
echo "private_key=${{ github.workspace }}/key.pem" >> $GITHUB_ENV
5859
echo "${{ secrets.AWS_SSH_KEY }}" > ${{ github.workspace }}/key.pem && chmod 400 ${{ github.workspace }}/key.pem
5960
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)