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 039f378 commit 97106eeCopy full SHA for 97106ee
actions/get_note/action.yml
@@ -16,5 +16,5 @@ runs:
16
git config user.name "${{ github.actor }}"
17
git config user.email "${{ github.actor }}@users.noreply.github.com"
18
git fetch origin "refs/notes/*:refs/notes/*"
19
- git notes show ${{ inputs.commit }} >> ${{ inputs.path }}
+ git notes show ${{ inputs.commit }} || echo "" >> ${{ inputs.path }}
20
shell: bash
0 commit comments