More copy pasta
Build & Push Docker image / build-and-push (push) Failing after 1m50s
ci / build_linux (push) Failing after 1m56s

This commit is contained in:
2025-11-07 21:57:44 +10:30
parent 4eb8324056
commit 7c6fba9b3f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
id: github_repository_to_lowercase
run: |
# Grab the value (you can also use `${{ github.ref }}`, `${{ secrets.MY_SECRET }}`, etc.)
raw_value="${{ env.MY_VAR }}"
raw_value="${{ github.repository }}"
# Convert to lower case
lower_value=$(echo "$raw_value" | tr '[:upper:]' '[:lower:]')
# Export it to the workflow environment