fix working dir (#19101)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/self-push.yml
vendored
1
.github/workflows/self-push.yml
vendored
@@ -102,6 +102,7 @@ jobs:
|
|||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Update clone using environment variables
|
- name: Update clone using environment variables
|
||||||
|
working-directory: /transformers
|
||||||
run: |
|
run: |
|
||||||
echo "original branch = $(git branch --show-current)"
|
echo "original branch = $(git branch --show-current)"
|
||||||
git fetch && git checkout ${{ env.CI_BRANCH }}
|
git fetch && git checkout ${{ env.CI_BRANCH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user