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