Skip to content

Commit befea9a

Browse files
committed
build: checkout entire history of repository
1 parent 6c4a5d4 commit befea9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git_note_amend_message.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
# Pin action to full length commit SHA
8282
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8383
with:
84-
# Fetch only the latest commit:
85-
fetch-depth: 1
84+
# Fetch all history to allow creating a Git note for any commit:
85+
fetch-depth: 0
8686

8787
# Token for accessing the repository:
8888
token: ${{ secrets.REPO_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)