Skip to content

Commit

Permalink
chore: testing my contributions workflow v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imskr committed Feb 24, 2024
1 parent c2850ef commit b3fb37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def run

# git flow
commit_message = ENV['INPUT_COMMIT_MESSAGE'] || 'Update README.md'
`git config --global --add safe.directory /github/workspace`
`git config user.name #{git_username}`
`git config user.email #{git_email}`
status = `git status`
Expand Down

0 comments on commit b3fb37b

Please sign in to comment.