We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d3586 commit e43c5d1Copy full SHA for e43c5d1
.github/workflows/template-only-ci-infra.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Install example app for infra tests
83
run: |
84
- mv -vf ./project-dir/template-only-app ./project-dir/app
+ cp -vfr ./project-dir/template-only-app/* ./project-dir/app
85
86
- name: Configure AWS credentials
87
uses: aws-actions/configure-aws-credentials@v4
0 commit comments