Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Nov 10, 2024
1 parent dcb9763 commit 2a17a09
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions upgrade/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ inputs:
default: false

sign-commits:
description: A boolean to sign commits. See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signature-verification-for-bots
description:
A boolean to sign commits. See
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signature-verification-for-bots
required: false
default: false

Expand All @@ -91,7 +93,8 @@ outputs:
value: ${{ steps.cpr.outputs.pull-request-url }}

pull-request-operation:
description: The pull request operation performed by the action, `created`, `updated` or `closed`.
description:
The pull request operation performed by the action, `created`, `updated` or `closed`.
value: ${{ steps.cpr.outputs.pull-request-operation }}

pull-request-head-sha:
Expand Down

0 comments on commit 2a17a09

Please sign in to comment.