Skip to content

Commit f49d5c7

Browse files
Remove incorrectly added file
1 parent 3ac201a commit f49d5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
git config --global user.name "github-actions[bot]"
6262
6363
# Stage the Git index change of the auto-generated files
64-
git add readme.md prs.md issues.md identical-forks.md todos.json
64+
# Note that followers.json+repositories.json+todos.json are artifacts
65+
git add readme.md prs.md issues.md identical-forks.md
6566
git add by-name-asc.md by-name-desc.md
6667
git add by-pushed_at-asc.md by-pushed_at-desc.md
6768
git add by-size-asc.md by-size-desc.md

0 commit comments

Comments
 (0)