diff --git a/.github/workflows/ss.yml b/.github/workflows/ss.yml index 592e239..a50f8ea 100644 --- a/.github/workflows/ss.yml +++ b/.github/workflows/ss.yml @@ -29,10 +29,8 @@ jobs: - name: Set up Git run: | - git config --global user.email "your-email@example.com" - git config --global user.name "your-name" - git config --global url."https://github.com/".insteadOf git@github.com: - env: + git config --global user.email "tay@aidot.org" + git config --global user.name "berlintay" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Commit and Push Screenshot