Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add option to specify commit author (email and username) #285

Open
lengors opened this issue Feb 1, 2024 · 1 comment

Comments

@lengors
Copy link

lengors commented Feb 1, 2024

Description

At the moment it's not possible to specify a different commit author from the default one.

Proposed solution

Have an option for commit username and an option for commit email that overrides the default commit author.

@sh-cau
Copy link

sh-cau commented Mar 20, 2024

Try using, e.g., in your .gitlab-ci.yml:

before_script:
  - git config --global user.name $GITLAB_USER_LOGIN
  - git config --global user.email $GITLAB_USER_EMAIL
  - nyx --debug publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants