Choose colour that is visible in both light and dark mode

This commit is contained in:
2026-03-18 13:52:47 +01:00
parent 2fdc6b54d1
commit 7c93a52b06
+2 -2
View File
@@ -26,7 +26,7 @@ runs:
run: |
set -e
echo Switching to ${{ gitea.workspace }}/${{ inputs.specdir }} to prepare a src.rpm from ${{ gitea.repository }}
cd ${{ gitea.workspace }}/${{ inputs.specdir }}
cd "${{ gitea.workspace }}/${{ inputs.specdir }}"
# Derive the name of the .spec file
SPECFILE=$([ "${{ inputs.specfile }}" ] && echo -n "${{ inputs.specfile }}" || echo -n $([ $(ls -1 *.spec 2>/dev/null| wc -l) -eq 1 ] && echo -n "$(ls -1 *.spec)"))
@@ -48,4 +48,4 @@ runs:
copr-cli --config config/copr build --chroot fedora-$(echo "${{ inputs.fedora_release }}" | sed 's/^f//' )-x86_64 ${{ inputs.copr_project }} SRPMS/*
branding:
icon: "package"
color: "gray-dark"
color: "green"