Skip to content

Commit d25b55c

Browse files
committed
Fix repository path in workflow checkout step
Corrected the repository path in the GitHub Actions workflow to use 'altmany/export_fig' instead of 'altmany/altmany/export_fig'.
1 parent 582d152 commit d25b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_export_fig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout export_fig repo
1515
uses: actions/checkout@v3
1616
with:
17-
repository: altmany/altmany/export_fig # Replace with the owner/repository name
17+
repository: altmany/export_fig # Replace with the owner/repository name
1818
path: export_fig_tmp/
1919

2020
- name: Copy files from separate repo to current repo

0 commit comments

Comments
 (0)