Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicl committed Sep 22, 2022
1 parent cc5cf06 commit 9147021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
- name: CDK synth
shell: bash
run: |
cd ${{github.action_path}}
ls -hal
tree .
node index.js
Expand Down Expand Up @@ -70,7 +71,7 @@ runs:
app: ${{ inputs.app }}
sources:
- site.zip
- lambda/lambda.zip
- ${{github.action_path}}/lambda/lambda.zip
parameters:
bucket: deploy-tools-dist
cacheControl: no-cache
Expand All @@ -80,7 +81,7 @@ runs:
type: cloud-formation
app: ${{ inputs.app }}
sources:
- cfn.json
- ${{github.action_path}}/cfn.json
parameters:
templatePath: cfn.json
dependencies:
Expand Down

0 comments on commit 9147021

Please sign in to comment.