Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a6b8 committed Nov 24, 2023
1 parent bec0101 commit eed524d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
- name: Commit and Push Changes
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.email $USER_EMAIL
git config user.name "GitHub Actions"
git add .
git commit -m "Update .md"
git push
git commit -m "Update README"
git remote add origin https://github.com/easyMina/.github.git
git push origin main

0 comments on commit eed524d

Please sign in to comment.