Fix YAML indentation and use python instead of python3
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Generate package list
|
||||
run: |
|
||||
python3 -c "
|
||||
python -c "
|
||||
import json, os, glob
|
||||
pkgs = []
|
||||
for f in glob.glob('/tmp/pkgout/*.pkg.tar.zst'):
|
||||
|
||||
Reference in New Issue
Block a user