Skip to content

Commit 26e9497

Browse files
authored
Update generate-base-files-info-json.yml
1 parent c67603e commit 26e9497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
mv base-files.json data/base-files.json
3434
git config --global user.name "github-actions"
3535
git config --global user.email "[email protected]"
36-
git add base-files.json
36+
git add data/base-files.json
3737
git diff --cached --quiet || git commit -m "Update base-files package info"
3838
git push

0 commit comments

Comments
 (0)