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 a064293 commit b24573cCopy full SHA for b24573c
.github/workflows/check-bun-version.yml
@@ -39,11 +39,11 @@ jobs:
39
if: steps.bun-version.outputs.latest != steps.bun-version.outputs.current
40
run: |
41
sam build
42
- sam deploy /
43
- --stack-name bun-runtime /
44
- --no-confirm-changeset /
45
- --no-fail-on-empty-changeset /
46
- --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND /
+ sam deploy \
+ --stack-name bun-runtime \
+ --no-confirm-changeset \
+ --no-fail-on-empty-changeset \
+ --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND \
47
--parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
48
49
- name: Update version file
0 commit comments