From 2a17a09ee3e1b0d83a000d887c86c1471841b078 Mon Sep 17 00:00:00 2001 From: Simon Ostendorf Date: Fri, 18 Oct 2024 21:15:12 +0200 Subject: [PATCH] fix: format --- upgrade/action.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/upgrade/action.yaml b/upgrade/action.yaml index c1ee0052..8719e034 100644 --- a/upgrade/action.yaml +++ b/upgrade/action.yaml @@ -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 @@ -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: