Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
06ee907b
Unverified
Commit
06ee907b
authored
Jun 13, 2024
by
Lucain
Committed by
GitHub
Jun 13, 2024
Browse files
Fix `PATH_IN_REPO` on new release in mirror_community_pipeline.yaml (#8519)
Fix PATH_IN_REPO in mirror workflow
parent
896fb6d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/mirror_community_pipeline.yml
.github/workflows/mirror_community_pipeline.yml
+1
-1
No files found.
.github/workflows/mirror_community_pipeline.yml
View file @
06ee907b
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
else
else
# e.g. refs/tags/v0.28.1 -> v0.28.1
# e.g. refs/tags/v0.28.1 -> v0.28.1
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=$
(echo
${{ github.ref }}
| sed 's/^
refs
\
/tags
\///')
" >> $GITHUB_ENV
fi
fi
-
name
:
Print env vars
-
name
:
Print env vars
run
:
|
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment