-
-
Notifications
You must be signed in to change notification settings - Fork 446
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Component
server, agent
Describe the bug
I am running Gitea with Woodpecker CI. I have noticed that for some time now, the built in CI_COMMIT_AUTHOR_EMAIL
environment variable is wrong. I have setup a sample project, with nothing more than a simple pipeline.
Here is the git log from the CLI:
commit 3d6d4085e41d1a044a67c15ddb99a7ea4746ded7 (HEAD -> main, origin/main, origin/HEAD)
Author: Philip Kozeny <[email protected]>
Date: Tue Dec 19 10:32:26 2023 +0000
Update .woodpecker.yml
Here is the woodpecker.yml
steps:
build:
image: alpine:edge
commands:
- echo $CI_COMMIT_AUTHOR
- echo $CI_COMMIT_AUTHOR_EMAIL
Here is the output after running the pipeline:
+ echo $CI_COMMIT_AUTHOR
philip.kozeny
+ echo $CI_COMMIT_AUTHOR_EMAIL
[email protected]
System Info
{"source":"https://github.com/woodpecker-ci/woodpecker","version":"2.0.0"}
Powered by Gitea Version: 1.21.2
Additional context
No response
Validations
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Checked that the bug isn't fixed in the
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use] - Check that this is a concrete bug. For Q&A join our Discord Chat Server or the Matrix room.
whysthatso
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working