mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-29 08:33:21 -05:00
ci: add variable to skip acquiring git user email
This commit is contained in:
parent
2d5d3affe3
commit
2d832031d3
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@ -1,5 +1,5 @@
|
||||
# yamllint disable-line rule:line-length
|
||||
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@ -49,6 +49,7 @@ jobs:
|
||||
env:
|
||||
SPEC_VENDOR: Ben Grande
|
||||
SPEC_PACKAGER: Ben Grande <ben.grande.b@gmail.com>
|
||||
GIT_EMAIL: ben.grande.b@gmail.com
|
||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
- name: Run Editorconfig Checker
|
||||
run: |
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user