Skip to content

Commit 000676e

Browse files
Tweaking paths in order to find git fatal
1 parent 3dcd519 commit 000676e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
- name: Checkout UMF
6868
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969
with:
70-
path: ${{env.UMF_DIR}} #umf-repo
70+
path: umf-repo #${{env.UMF_DIR}} #umf-repo
7171
fetch-depth: 0
7272

7373
# We need to fetch special ref for proper PR's merge commit. Note, this ref may be absent if the PR is already merged.
7474
- name: Fetch PR's merge commit
7575
if: ${{ inputs.pr_no != 0 }}
76-
working-directory: ${{env.UMF_DIR}} # ${{github.workspace}}/umf-repo
76+
working-directory: ${{github.workspace}}/umf-repo #${{env.UMF_DIR}} # ${{github.workspace}}/umf-repo
7777
env:
7878
PR_NO: ${{ inputs.pr_no }}
7979
run: |

0 commit comments

Comments
 (0)