We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24573c commit 19893e6Copy full SHA for 19893e6
.github/workflows/check-bun-version.yml
@@ -42,6 +42,7 @@ jobs:
42
sam deploy \
43
--stack-name bun-runtime \
44
--no-confirm-changeset \
45
+ --resolve-s3 \
46
--no-fail-on-empty-changeset \
47
--capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND \
48
--parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
0 commit comments