Skip to content

Commit

Permalink
add lambda_patching scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Jul 20, 2023
1 parent 8618d0d commit c3b685f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ jobs:
run: terraform -chdir=${{ github.workspace }}/configs/crossplane/${{ inputs.env }} init


- name: Patch Claim from Parameter store LS
- name: Patch Claim from Parameter store LSS
run: |
cd ${{ github.workspace }} && ls
# cd ${{ github.workspace }} && ls
cd ${{ inputs.working_directory }} && ls
shell: sh

#
Expand Down

0 comments on commit c3b685f

Please sign in to comment.