Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-14 15:55:54 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-07-14 16:47:24 +0300
commit77979c384de30680c0d0d6db7e6a4dbb4e10eaf2 (patch)
tree34a048c64e7debd05abb824c3028d26d62674f51 /.github
parent96c4e15c034f2f913030fc21f62feb78f29aa9b3 (diff)
Lowercase username
Contributes to CURA-9365 (cherry picked from commit f5a559179bac2e638e62c6a41adf22dcb3ec3bdf)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index 70f28b0290..ea1915c5cb 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -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]