Skip to content

Commit b63c956

Browse files
authored
Final fix for mirror community pipeline (huggingface#8427)
1 parent 716b206 commit b63c956

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mirror_community_pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
echo "CHECKOUT_REF=${{ github.ref }}" >> $GITHUB_ENV
5757
echo "PATH_IN_REPO=${${{ github.ref }}#refs/tags/}" >> $GITHUB_ENV
5858
fi
59+
- name: Print env vars
60+
run: |
61+
echo "CHECKOUT_REF: ${{ env.CHECKOUT_REF }}"
62+
echo "PATH_IN_REPO: ${{ env.PATH_IN_REPO }}"
5963
- uses: actions/checkout@v3
6064
with:
6165
ref: ${{ env.CHECKOUT_REF }}

0 commit comments

Comments
 (0)