mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:45:59 +08:00
Lowercase username
Contributes to CURA-9365
This commit is contained in:
parent
95a8de45ee
commit
f5a559179b
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
|
from git import Repo
|
||||||
|
|
||||||
repo = Repo('.')
|
repo = Repo('.')
|
||||||
user = "${{ github.repository_owner }}"
|
user = "${{ github.repository_owner }}".lower()
|
||||||
project_name = "${{ inputs.project_name }}"
|
project_name = "${{ inputs.project_name }}"
|
||||||
event_name = "${{ github.event_name }}"
|
event_name = "${{ github.event_name }}"
|
||||||
issue_number = "${{ github.ref }}".split('/')[2]
|
issue_number = "${{ github.ref }}".split('/')[2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user