Update distrosFeed.yml

This commit is contained in:
zenobit 2025-03-08 00:47:53 +01:00 committed by GitHub
parent 6d59b1a47a
commit fed92d1bfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,9 @@ on:
schedule:
- cron: '0 */6 * * *'
permissions:
contents: write
jobs:
get:
runs-on: ubuntu-latest
@ -18,6 +21,11 @@ jobs:
- name: Get latest ISOs links
run: curl -s https://distrowatch.com | grep 'News".*\.iso' | cut -d '"' -f6 | tee -a ISOs.list
- name: "Git Config"
run: |
git config --global user.name "${{ github.repository_owner }}"
git config --global user.email "noreply@github.com"
- name: Update list
run: |
git add ISOs.list