Choose colour that is visible in both light and dark mode
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user