-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
aws-cli version 2.33.9 was released recently.
We were using the action unfor19/install-aws-cli-action without the version input (so by default it was installing the latest version v2 of the cli). Ever since the release 2.33.9, my workflows started failing when running aws commands:
- name: Install aws-cli
uses: unfor19/install-aws-cli-action@v1
Fails with error:
Error: [Errno 13] Permission denied: '/home/runner/.aws/cli/cache/c4141c4f24f69f92ffbf0985527ad4fd8096f353.json'
- Pinning to the older version works
- name: Install aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
version: '2.33.8'
Not sure if this is something that depends on the underlying runner or if this needs to be resolved in this action...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels