Skip to content

Commit

Permalink
ci: add variable to skip acquiring git user email
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 16, 2025
1 parent 2d5d3af commit 5f5af15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yamllint disable-line rule:line-length
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <[email protected]>
# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
env:
SPEC_VENDOR: Ben Grande
SPEC_PACKAGER: Ben Grande <[email protected]>
GIT_EMAIL: [email protected]
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Run Editorconfig Checker
run: |
Expand Down

0 comments on commit 5f5af15

Please sign in to comment.