Rename fetch step to generate weekly in workflow and update commit message

This commit is contained in:
Fundor333
2025-04-16 12:01:39 +02:00
parent 81123e4b83
commit 0291bdb7a2

View File

@@ -20,14 +20,14 @@ jobs:
- name: Install Pip dependencies
run: pip install -r requirements.txt
- name: Fetch Syndication
- name: Generate Weekly
run: make weekly
- name: Commit to repository
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
COMMIT_MSG: |
👾Fetch webmentions
👾Generate Weekly
skip-checks: true
run: |
git config user.email "git@fundor333.com"