Skip to content

Commit 2b496b5

Browse files
committed
docs: link comments together
1 parent 5c04cbb commit 2b496b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
git remote add forkUpstream https://github.com/$REPO_NAME # URL of the fork
8585
git fetch forkUpstream # Fetch fork
8686
87-
# Because `git merge` makes a commit, we need to establish an identity to avoid 'Committer identity unknown' error
8887
- name: Merge in target branch to avoid false negatives.
8988
env:
9089
TARGET_BRANCH: ${{ github.event.pull_request.base.ref }}
9190
# Note: "git merge" should always succeed here, because GHA won't
9291
# start the job if there are merge conflicts. https://github.com/orgs/community/discussions/11265
92+
# Also, because `git merge` makes a commit, we need to establish an identity to avoid 'Committer identity unknown' error
9393
run: |
9494
git config --global user.email "[email protected]"
9595
git config --global user.name "ci"

0 commit comments

Comments
 (0)