Skip to content

Commit 94d7e40

Browse files
committed
Fix incorrect path on action.yml
--- - fixes #86
1 parent 43fbf08 commit 94d7e40

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ runs:
7272
python-version-file: "${{ github.action_path }}/pyproject.toml"
7373
- name: "ensure full git repo is present"
7474
shell: "bash"
75-
run: |
76-
cd ${{ github.action_path }}
77-
git fetch --unshallow
75+
run: git fetch --unshallow
7876
- name: "Install cite-runner"
7977
shell: "bash"
8078
run: |

0 commit comments

Comments
 (0)