fix working dir (#19101)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-09-19 13:09:24 +02:00
committed by GitHub
parent ba7f2173cc
commit 22264f933d

View File

@@ -102,6 +102,7 @@ jobs:
fetch-depth: 2
- name: Update clone using environment variables
working-directory: /transformers
run: |
echo "original branch = $(git branch --show-current)"
git fetch && git checkout ${{ env.CI_BRANCH }}