Skip to content

Commit

Permalink
Update random.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler authored Jan 2, 2025
1 parent aff10d7 commit 07545b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/random.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config --local user.email "nyaruko@niracler.com"
git config --local user.name "nyaruko"
git config --local user.email "i@niracler.com"
git config --local user.name "niracler"
git add README.md table.csv
git commit -m "docs: random dare $(date +'%Y-%m-%d')"
git remote set-url origin "https://[email protected]/niracler/random.git"
git push origin main
git push origin main

0 comments on commit 07545b7

Please sign in to comment.