Wisnu Setiawan
Results
1
comments of
Wisnu Setiawan
maybe this command can help - name: Install AWS CLI run: | sudo apt-get update sudo apt-get install -y awscli aws --version - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with:...