Skip to content

Commit

Permalink
Update dist/*
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Nov 14, 2020
1 parent 1ce4398 commit 6132cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ INPUT_TOKEN=${INPUT_TOKEN:-"${{ secrets.GITHUB_TOKEN }}"}
git config user.email ${INPUT_EMAIL}
git config user.name ${INPUT_NAME}
git config user.password ${INPUT_TOKEN}
echo "::set-env name=GIT_USER::${INPUT_ACTOR}:${INPUT_TOKEN}"
echo "GIT_USER=${INPUT_ACTOR}:${INPUT_TOKEN}" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6132cfc

Please sign in to comment.