feat: nice url for rss #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: weekly-summary | |
jobs: | |
summary: | |
name: Generate the summary | |
runs-on: ubuntu-latest | |
env: | |
NEW_FILES: 5 | |
UPDATED_FILES: 5 | |
steps: | |
- name: Get the new files | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 50 | |
sparse-checkout: content | |
- run: | | |
git log --name-status --since="1 week ago" -- '*.md' '*.mdx' | grep '^A\s' | head -n ${{env.}} |