mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08:00
Lowercase username
Contributes to CURA-9365 (cherry picked from commit f5a559179bac2e638e62c6a41adf22dcb3ec3bdf)
This commit is contained in:
parent
96c4e15c03
commit
77979c384d
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
from git import Repo
|
||||
|
||||
repo = Repo('.')
|
||||
user = "${{ github.repository_owner }}"
|
||||
user = "${{ github.repository_owner }}".lower()
|
||||
project_name = "${{ inputs.project_name }}"
|
||||
event_name = "${{ github.event_name }}"
|
||||
issue_number = "${{ github.ref }}".split('/')[2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user