Skip to content

Commit 797cc73

Browse files
Add the identical forks output to the repository
It is linked from the readme.
1 parent f540e24 commit 797cc73

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
6161
git config --global user.name "github-actions[bot]"
6262
63-
# Stage the Git index change of the auto-generated readme.md file
63+
# Stage the Git index change of the auto-generated files
6464
git add readme.md prs.md issues.md
6565
git add by-name-asc.md by-name-desc.md
6666
git add by-pushed_at-asc.md by-pushed_at-desc.md
6767
git add by-size-asc.md by-size-desc.md
6868
git add by-updated_at-asc.md by-updated_at-desc.md
69+
git add identical-forks.json
6970
7071
# Bail if there are no changes to commit and hence no GitHub Pages to build
7172
if git diff-index --quiet HEAD --; then
@@ -75,10 +76,5 @@ jobs:
7576
# Commit the staged history-less changes to the workflow repository
7677
git commit -m "Generate the profile repository readme" -m "This commit was automatically generated via GitHub Actions"
7778
78-
- name: Force push Git changes back to the workflow repository
79-
run: |
80-
set -e
81-
set -x
82-
8379
# Push the commit to the workflow repository using force since we rewrote history
8480
git push origin HEAD:main --force

0 commit comments

Comments
 (0)