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
Thank you for the great package. This has been really handy in writing Github actions.
I have a situation where I need to use a former version of @aws/amplify for my Github actions.
The issue is I need to mention the amplify_cli_version for every step and the docker is installing the mentioned amplify_cli_version every time. This is taking a lot of time as it re-installs every thing again. If there is a way I can chain my commands like below that will be helpful.
Thank you for the great package. This has been really handy in writing Github actions.
I have a situation where I need to use a former version of @aws/amplify for my Github actions.
The issue is I need to mention the amplify_cli_version for every step and the docker is installing the mentioned amplify_cli_version every time. This is taking a lot of time as it re-installs every thing again. If there is a way I can chain my commands like below that will be helpful.
Below is my yml script,
The text was updated successfully, but these errors were encountered: