Skip to content

Commit 38b19ad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ec9f0b4 commit 38b19ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

set-commit-status/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
---
12
name: Set Commit Status
23
description: Modifies the commit status of the most recent commit.
34
inputs:
45
token:
5-
description: "The GitHub token (`statuses: write`) used to create an authenticated client"
6+
description: 'The GitHub token (`statuses: write`) used to create an authenticated client'
67
default: ${{ github.token }}
78
required: true
89
context:
@@ -52,4 +53,3 @@ runs:
5253
} catch (error) {
5354
throw new Error(`error while setting commit status: ${(error as Error).message}`);
5455
}
55-

0 commit comments

Comments
 (0)