Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
b63c9568
Unverified
Commit
b63c9568
authored
Jun 07, 2024
by
Lucain
Committed by
GitHub
Jun 07, 2024
Browse files
Final fix for mirror community pipeline (#8427)
parent
716b2062
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.github/workflows/mirror_community_pipeline.yml
.github/workflows/mirror_community_pipeline.yml
+4
-0
No files found.
.github/workflows/mirror_community_pipeline.yml
View file @
b63c9568
...
@@ -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 }}
...
...
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