Skip to content

Commit 8f9c477

Browse files
committed
removed trailing slash
1 parent cdb4102 commit 8f9c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Configure Git
5252
run: |
53-
cp -r external-repo/Software/macrobond/ current-repo/AutogeneratedAPI/
53+
cp -r external-repo/Software/macrobond current-repo/AutogeneratedAPI/
5454
cd current-repo
5555
git config --global user.name "github-actions[bot]"
5656
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)