Skip to content

Commit

Permalink
fix(setup-git-credentials): set git environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jan 16, 2023
1 parent 632bd8e commit cc1d946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-git-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ runs:
git config --global user.password "${git_token}"
echo "GIT_USER=${git_name}:${git_token}" >> $GITHUB_ENV
echo "GIT_AUTHOR_NAME=${git_name}" >> $GITHUB_ENV
echo "GIT_AUTHOR_EMAIL=${git_email}" >> $GITHUB_ENV
echo "GIT_COMMITTER_NAME=${git_name}" >> $GITHUB_ENV
echo "GIT_COMMITTER_EMAIL=${git_email}" >> $GITHUB_ENV

0 comments on commit cc1d946

Please sign in to comment.