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

Change git user.name and user.email #71

Merged
merged 2 commits into from Mar 25, 2024

Conversation

sinsukehlab
Copy link
Contributor

@sinsukehlab sinsukehlab commented Mar 7, 2024

Summary

Change git user.name and user.email to display github-actions[bot] as a contributor.
mode change 100644 => 100755 .github/script/initialize-repository.sh

Changes

.github/script/initialize-repository.sh

  • git user.name: github-actions → github-actions[bot]
  • git user.email: github-actions@github.com → github-actions[bot]@users.noreply.github.com
  • chmod a+x .github/script/initialize-repository.sh

Closes: #68

Task list

  • For workflow changes, I have verified the Actions workflows function as expected.
  • For content changes, I have reviewed the style guide.

@heiskr
Copy link
Contributor

heiskr commented Mar 25, 2024

Thank you

@heiskr heiskr merged commit 80e58f6 into skills:main Mar 25, 2024
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

Successfully merging this pull request may close these issues.

[Bug] On repo clone, cannot run ./.github/script/initialize-repository.sh: Permission denied
2 participants