Update .forgejo/workflows/generate-m3u.yml
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m34s
Some checks failed
Generate M3U Playlist with Auto-Organization / build-and-organize (push) Failing after 1m34s
This commit is contained in:
parent
b602b61bff
commit
972c0be4b3
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
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
|
||||
run: |
|
||||
git config --local user.email "actions@forgejo.plainrock127.xyz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue