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 73b2754 commit 5bdd5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-every-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Generate Configuration file
run: echo "${DEPLOY_CONFIG}" > ./bin/config.json
env:
DEPLOY_CONFIG: ${{ env.DEPLOY_CONFIG }}
DEPLOY_CONFIG: ${{ vars.DEPLOY_CONFIG }}

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

0 comments on commit 5bdd5bb

Please sign in to comment.