- Notifications
You must be signed in to change notification settings - Fork11
Merge pull request #19 from nlchitnis/master#70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| on:[push] | |
| jobs: | |
| gadpp_job: | |
| runs-on:ubuntu-latest | |
| name:Update GitHub Profile Page | |
| steps: | |
| -name:Checkout | |
| uses:actions/checkout@v2 | |
| -name:GADPP | |
| uses:./ | |
| id:gadpp | |
| env: | |
| API_TOKEN_GITHUB:${{ secrets.API_TOKEN_GITHUB }} | |
| GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| github-username:'umutphp' | |
| user-email:'umutphp@gmail.com' |