Skip to content

Commit

Permalink
Change comment user name
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Apr 11, 2024
1 parent ba2d1b5 commit d079f74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ inputs:
token:
description: 'GitHub token'
required: true
base:
description: 'Base ref'
head:
description: 'Head ref'
use-output:
description:
'Save TODOs as GitHub Actions output instead of commenting on PR.'
required: false
default: 'false'

run: git config user.name todo-finder-action

runs:
using: 'node20'
main: 'dist/index.js'
Expand Down

0 comments on commit d079f74

Please sign in to comment.