You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I believe an issue with awscli is causing this action to fail at RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} (here). It appears this would be fixed by upgrading awscli to 129.4 (simply requires python 3.7, you've got 3.8). Does this sound correct (I'm new to actions, apologies if I'm misguided here 😄)?
The text was updated successfully, but these errors were encountered:
hoshmn
added a commit
to hoshmn/s3-sync-action
that referenced
this issue
Jul 18, 2023
Hi there, I believe an issue with awscli is causing this action to fail at
RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}
(here). It appears this would be fixed by upgrading awscli to 129.4 (simply requires python 3.7, you've got 3.8). Does this sound correct (I'm new to actions, apologies if I'm misguided here 😄)?The text was updated successfully, but these errors were encountered: