"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "98930ee131b996c65cbbf48d8af363a98b21492c"
Unverified Commit b63c9568 authored by Lucain's avatar Lucain Committed by GitHub
Browse files

Final fix for mirror community pipeline (#8427)

parent 716b2062
...@@ -56,6 +56,10 @@ jobs: ...@@ -56,6 +56,10 @@ jobs:
echo "CHECKOUT_REF=${{ github.ref }}" >> $GITHUB_ENV echo "CHECKOUT_REF=${{ github.ref }}" >> $GITHUB_ENV
echo "PATH_IN_REPO=${${{ github.ref }}#refs/tags/}" >> $GITHUB_ENV echo "PATH_IN_REPO=${${{ github.ref }}#refs/tags/}" >> $GITHUB_ENV
fi fi
- name: Print env vars
run: |
echo "CHECKOUT_REF: ${{ env.CHECKOUT_REF }}"
echo "PATH_IN_REPO: ${{ env.PATH_IN_REPO }}"
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: ${{ env.CHECKOUT_REF }} ref: ${{ env.CHECKOUT_REF }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment