Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit d521d48

Browse files
authored
Print hotfix (#898)
* [HOTFIX]: Log the correct file * [HOTFIX]: Log the correct file
1 parent a98b7f6 commit d521d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-feature-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
npm ci
3030
npm run deploy:feature -- -c env=stg -c customFeatureName=enhancedApp-stg-${{github.head_ref}} --outputs-file outputs.json
3131
- name: Display resource URLs
32-
run: cat outputs.json
32+
run: cat cdk-infra/outputs.json

0 commit comments

Comments
 (0)