mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
No need to sanitize user
Contributes to CURA-9365
This commit is contained in:
parent
73c3bd2126
commit
c135173e67
1 changed files with 2 additions and 4 deletions
6
.github/workflows/conan-recipe-version.yml
vendored
6
.github/workflows/conan-recipe-version.yml
vendored
|
@ -63,9 +63,7 @@ jobs:
|
|||
|
||||
- id: get-conan-broadcast-data
|
||||
name: Get Conan broadcast data
|
||||
run: |
|
||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
||||
|
||||
run: |
|
||||
if [ "${{ github.ref_name == 'main' }}" = "true" ]; then
|
||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
||||
echo '::set-output name=channel::stable'
|
||||
|
@ -73,7 +71,7 @@ jobs:
|
|||
echo '::set-output name=user::_'
|
||||
echo '::set-output name=channel::_'
|
||||
else
|
||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0//-/_)}'
|
||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
||||
echo '::set-output name=channel::testing'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue