We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PATH_IN_REPO
1 parent 896fb6d commit 06ee907Copy full SHA for 06ee907
.github/workflows/mirror_community_pipeline.yml
@@ -54,7 +54,7 @@ jobs:
54
else
55
# e.g. refs/tags/v0.28.1 -> v0.28.1
56
echo "CHECKOUT_REF=${{ github.ref }}" >> $GITHUB_ENV
57
- echo "PATH_IN_REPO=${${{ github.ref }}#refs/tags/}" >> $GITHUB_ENV
+ echo "PATH_IN_REPO=$(echo ${{ github.ref }} | sed 's/^refs\/tags\///')" >> $GITHUB_ENV
58
fi
59
- name: Print env vars
60
run: |
0 commit comments