diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 52b8d09..d46f61c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,5 +1,5 @@ # yamllint disable-line rule:line-length -# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. +# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. # # SPDX-License-Identifier: GPL-3.0-or-later @@ -49,6 +49,7 @@ jobs: env: SPEC_VENDOR: Ben Grande SPEC_PACKAGER: Ben Grande + GIT_EMAIL: ben.grande.b@gmail.com - uses: editorconfig-checker/action-editorconfig-checker@main - name: Run Editorconfig Checker run: | diff --git a/scripts/copyright-lint.sh b/scripts/copyright-lint.sh index ad3b1ea..2eb5fae 100755 --- a/scripts/copyright-lint.sh +++ b/scripts/copyright-lint.sh @@ -23,7 +23,7 @@ case "${-}" in *) xtrace=0;; esac -email="<$(git config --get user.email)>" +email="<${GIT_EMAIL:-"$(git config --get user.email)"}>" year="$(date -- '+%Y')" fail="0"