Skip to content

Commit b24573c

Browse files
committed
fix: backslashes
1 parent a064293 commit b24573c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check-bun-version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
if: steps.bun-version.outputs.latest != steps.bun-version.outputs.current
4040
run: |
4141
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 /
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 \
4747
--parameter-overrides "BunVersion=${{ steps.bun-version.outputs.latest }}"
4848
4949
- name: Update version file

0 commit comments

Comments
 (0)