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
Those values can be used then to compose copy-pastable command to fetch deployment logs (like aws amplify get-job --app-id <APP_ID> --branch-name <BRANCH_NAME> --job-id <JOB_ID> and printed in case of error:
Summary
Following improvements for
amplift-preview
can be implemented:Make
retries-count
configurableshared-workflows/tools/amplify-preview/main.go
Lines 46 to 49 in b37f702
Set relevant outputs to
GITHUB_OUTPUT
:Those values can be used then to compose copy-pastable command to fetch deployment logs (like
aws amplify get-job --app-id <APP_ID> --branch-name <BRANCH_NAME> --job-id <JOB_ID>
and printed in case of error:The text was updated successfully, but these errors were encountered: