Update .forgejo/workflows/generate-m3u.yml
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m34s

This commit is contained in:
stoney420 2025-06-28 07:24:21 +02:00
parent b602b61bff
commit 972c0be4b3

View file

@ -13,6 +13,11 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11' # Ensure Python 3.11 is available
- name: Configure Git - name: Configure Git
run: | run: |
git config --local user.email "actions@forgejo.plainrock127.xyz" git config --local user.email "actions@forgejo.plainrock127.xyz"