refactor: Rename from optimiser to sizer
All checks were successful
ci / ci (push) Successful in 1m48s

This commit is contained in:
Patrick Sy 2026-02-17 17:25:08 +01:00
parent e38c99acd6
commit 479c13f596
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
25 changed files with 39 additions and 39 deletions

View file

@ -35,7 +35,7 @@ jobs:
run: |
REGISTRY="${{ forgejo.server_url }}"
echo "registry=${REGISTRY#https://}" >> "$GITHUB_OUTPUT"
ORG="${{ forgejo.repository_owner }}"
ORG="${{ github.repository_owner }}"
echo "org=$(echo "$ORG" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
id: sanitize_credentials