Skip to content

Commit a101086

Browse files
try sync
1 parent eb3d49d commit a101086

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sync-openapijson-to-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
repository: digital-science/figshare-api
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
ref: ${{ env.BRANCH_NAME }} # Checkout the same branch in Repo B
26-
path: figshare_api2/api_docs/openapi.json
26+
path: figshare_api2
2727

2828
# Copy the file
2929
- name: Copy file

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
.idea/
3+
.github/
34

45
# Virtual environments
56
myenv/

0 commit comments

Comments
 (0)