-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Various GH workflow improvements #98
base: master
Are you sure you want to change the base?
Conversation
# * * * * * | ||
- cron: '0 0 * * *' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an extra space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What extra space? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Panquesito7, do you want to continue with this PR? |
Hey there! Sorry, I'm slowly checking all of my pending notifications. But sure, I'll fix the mentioned issues. Thanks! 🙂 |
Co-authored-by: Andrii Siriak <[email protected]>
- name: Setup Git | ||
run: | | ||
echo "Setting up Git" | ||
git config --global user.name github-actions[bot] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you could get username and email from an environment variable? GITHUB_ACTOR
or a similar one
Things added/changed: