Skip to content

Commit

Permalink
WIP CI: Add GitHub Action to Build Commits #40
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 14, 2024
1 parent 682705a commit 3545b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: built-project

- name: Generate Configuration file
run: echo $DEPLOY_CONFIG > ./bin/config.json
run: echo "${{env.DEPLOY_CONFIG}}" > ./bin/config.json

- name: Synthesize CDK
run: npx cdk synth
Expand Down

0 comments on commit 3545b92

Please sign in to comment.