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 4c13a1d commit 8188463Copy full SHA for 8188463
.github/workflows/generate_api.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Configure Git
53
run: |
54
- cp -r external-repo/Software/macrobond current-repo/AutogeneratedAPI/
+ cp -r external-repo/Software/macrobond/. current-repo/AutogeneratedAPI/
55
cd current-repo
56
git config --global user.name "github-actions[bot]"
57
git config --global user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments