Skip to content

Commit fa1d2a9

Browse files
authored
Update generate-base-files-info-json.yml
1 parent bac3eab commit fa1d2a9

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
@@ -29,7 +29,7 @@ jobs:
2929
# Step 5: Commit changes if any
3030
- name: Commit changes if any
3131
run: |
32-
git checkout www
32+
git checkout data
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]"

0 commit comments

Comments
 (0)