File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments