Skip to content

Commit

Permalink
Update ss.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 9, 2024
1 parent fcd2b7e commit b2dc70b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:

- name: Set up Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "your-name"
git config --global url."https://github.com/".insteadOf [email protected]:
env:
git config --global user.email "[email protected]"
git config --global user.name "berlintay"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit and Push Screenshot
Expand Down

0 comments on commit b2dc70b

Please sign in to comment.