Skip to content

Commit

Permalink
Fix template workflow to include hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe authored Oct 15, 2024
1 parent a05800d commit fb27c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-library-repo-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Apply templates and replace placeholders
if: ${{ github.event.inputs.template_type }} == 'Generated Connector Template (Standard)'
run: |
cp -r template-repo/library-templates/generated-connector-template/files/* target-repo/
cp -r template-repo/library-templates/generated-connector-template/files/. target-repo/
cd template-repo/library-templates/generated-connector-template/scripts/
bal run replace_placeholders.bal -- ../../../../target-repo/ ${{ github.event.inputs.module_name }} ${{ github.event.inputs.target_repo }} ${{ github.event.inputs.module_version }} ${{ github.event.inputs.ballerina_version }} "${{ github.event.inputs.library_name }}"
cd ../../../../target-repo
Expand Down

0 comments on commit fb27c5b

Please sign in to comment.