We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4a5d4 commit befea9aCopy full SHA for befea9a
.github/workflows/git_note_amend_message.yml
@@ -81,8 +81,8 @@ jobs:
81
# Pin action to full length commit SHA
82
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
83
with:
84
- # Fetch only the latest commit:
85
- fetch-depth: 1
+ # Fetch all history to allow creating a Git note for any commit:
+ fetch-depth: 0
86
87
# Token for accessing the repository:
88
token: ${{ secrets.REPO_GITHUB_TOKEN }}
0 commit comments