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 eb3d49d commit a101086Copy full SHA for a101086
.github/workflows/sync-openapijson-to-api.yml
@@ -23,7 +23,7 @@ jobs:
23
repository: digital-science/figshare-api
24
token: ${{ secrets.GITHUB_TOKEN }}
25
ref: ${{ env.BRANCH_NAME }} # Checkout the same branch in Repo B
26
- path: figshare_api2/api_docs/openapi.json
+ path: figshare_api2
27
28
# Copy the file
29
- name: Copy file
.gitignore
@@ -1,5 +1,6 @@
1
2
.idea/
3
+.github/
4
5
# Virtual environments
6
myenv/
0 commit comments