Skip to content

Commit

Permalink
🔧 Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Nov 24, 2021
1 parent 871b09f commit 4f9d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
report_enabled:
required: true
description: 'Reports to GitHub pull request only if this input is "true".'
default: '${{ github.event.repository.owner.id }} == ${{ github.event.pull_request.head.user.id }}'
default: '${{ github.event.repository.owner.id == github.event.pull_request.head.user.id }}'
owner:
required: true
description: 'The owner (organization) of the repository.'
Expand Down

0 comments on commit 4f9d474

Please sign in to comment.