Skip to content

Commit 35888f9

Browse files
authored
don't need to set name/email for getting note (#43)
Signed-off-by: Tom Hennen <[email protected]>
1 parent d862871 commit 35888f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/get_note/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ runs:
1313
steps:
1414
- id: read_from_note
1515
run: |
16-
git config user.name "${{ github.actor }}"
17-
git config user.email "${{ github.actor }}@users.noreply.github.com"
1816
git fetch origin "refs/notes/*:refs/notes/*"
1917
git notes show ${{ inputs.commit }} || echo "" >> ${{ inputs.path }}
2018
shell: bash

0 commit comments

Comments
 (0)