We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053ae9f commit d5391bdCopy full SHA for d5391bd
.github/workflows/tests.yml
@@ -40,10 +40,6 @@ jobs:
40
role-to-assume: ${{ secrets.AWS_ROLE }}
41
role-session-name: ${{ secrets.AWS_SESSION_NAME }}
42
aws-region: ${{ secrets.AWS_REGION }}
43
- - name: Print AWS Account Info
44
- run: |
45
- echo "AWS Account ID: $(aws sts get-caller-identity --query Account --output text)"
46
- echo "AWS Region: $AWS_REGION"
47
- name: Basic check
48
run: |
49
cid-cmd status
0 commit comments