Update README.md

This commit is contained in:
Dave Gallant
2024-02-17 10:29:14 -05:00
committed by GitHub
parent 30bedad275
commit 973293a33e

View File

@@ -68,6 +68,12 @@ jobs:
sparse-checkout: |
config.yml
previous_matches
- name: git pull
run: git pull
- name: Run rfd-notify
uses: davegallant/rfd-notify@main
env:
APPRISE_URL: ${{ secrets.APPRISE_URL }}
- name: Commit and push changes
run: |
git config --local user.email "actions@github.com"