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 0eb63e7 commit 9c4fb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
schedule:
- cron: "0 0 * * *"
jobs:
make-wallpaper:
make-readme:
name: "Generate the README"
runs-on: ubuntu-24.04
steps:
Expand All @@ -21,5 +21,5 @@ jobs:
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 Wallpaper"
git diff --quiet && git diff --staged --quiet || git commit -m "[gh-action] Daily Encounter"
git push origin main

0 comments on commit 9c4fb33

Please sign in to comment.