File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,15 @@ jobs:
3131 fi
3232 env :
3333 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- GH_EMAIL : ${{ secrets.GH_EMAIL }}
35- GH_USERNAME : ${{ secrets.GH_USERNAME }}
3634 - name : Setup git
3735 if : ${{ steps.version-check.outputs.skipped == 'false' }}
3836 run : |
3937 sudo apt-get update
4038 sudo apt-get install -y git-core
4139 git --version
4240 echo "Path is ... $PATH"
43- git config --global user.email ${{ secrets.GH_EMAIL }}
44- git config --global user.name ${{ secrets.GH_USERNAME }}
41+ git config --global user.email "dishantlangayan@gmail.com"
42+ git config --global user.name "dishantlangayan"
4543 - name : Generate oclif README
4644 if : ${{ steps.version-check.outputs.skipped == 'false' }}
4745 id : oclif-readme
You can’t perform that action at this time.
0 commit comments