Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrosleyZack committed Oct 14, 2024
1 parent 9c4fb33 commit 9d652b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
run: go get github.com/samber/lo@v1
- name: Create new README
run: go run main.go
- run: |
git config user.name crosleyzack
git config user.email [email protected]
git add -f README.md
git diff --quiet && git diff --staged --quiet || git commit -m "[gh-action] Daily Encounter"
git push origin main
- name: upload new readme
uses: actions/upload-artifact@v4
with:
name: README.md
path: README.md

0 comments on commit 9d652b7

Please sign in to comment.