Skip to content

Commit

Permalink
actions/aws/cli is not available.
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Oct 15, 2020
1 parent 63ad19e commit 5f6a744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'ap-northeast-1'
- name: Install aws-cli
uses: chrislennon/action-aws-cli@v1.1
- name: Identity Check
uses: actions/aws/cli@master
with:
args: sts get-caller-identity
run: aws sts get-caller-identity

0 comments on commit 5f6a744

Please sign in to comment.