Skip to content

Commit

Permalink
Remove curly braces from action description
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Mar 2, 2022
1 parent 416faf3 commit 7d065c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/verifySignedCommits/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
description: 'Auth token for New Expensify Github; necessary for accessing Octokit.'
required: true
PR_NUMBER:
description: 'The pull request to verify commits on. Defaults to ${{ github.event.number }}.'
description: 'The pull request to verify commits on. Defaults to github.event.number .'
required: false

runs:
Expand Down

0 comments on commit 7d065c4

Please sign in to comment.