Update generate-base-files-info-json.yml

This commit is contained in:
Igor
2024-11-14 16:36:02 +01:00
committed by GitHub
parent 9d061fa545
commit f95823d128

View File

@@ -30,6 +30,7 @@ jobs:
- name: Commit changes if any
run: |
git checkout data
mkdir -p data/
mv base-files.json data/base-files.json
git config --global user.name "github-actions"
git config --global user.email "github-actions@github.com"