From f439e28d32c9fa061c4fd90696ba0b158d273d09 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:25:50 +0100 Subject: [PATCH] Hotfix: missing `working-directory` in `self-comment-ci.yml` (#35833) fix Co-authored-by: ydshieh --- .github/workflows/self-comment-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self-comment-ci.yml b/.github/workflows/self-comment-ci.yml index 4f3889ca12..f33a6f91f9 100644 --- a/.github/workflows/self-comment-ci.yml +++ b/.github/workflows/self-comment-ci.yml @@ -213,6 +213,7 @@ jobs: - name: Verify merge commit SHA env: VERIFIED_PR_MERGE_SHA: ${{ needs.get-sha.outputs.PR_MERGE_SHA }} + working-directory: /transformers run: | PR_MERGE_SHA=$(git log -1 --format=%H) if [ $PR_MERGE_SHA != $VERIFIED_PR_MERGE_SHA ]; then