We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9f0b4 commit 38b19adCopy full SHA for 38b19ad
set-commit-status/action.yml
@@ -1,8 +1,9 @@
1
+---
2
name: Set Commit Status
3
description: Modifies the commit status of the most recent commit.
4
inputs:
5
token:
- 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'
7
default: ${{ github.token }}
8
required: true
9
context:
@@ -52,4 +53,3 @@ runs:
52
53
} catch (error) {
54
throw new Error(`error while setting commit status: ${(error as Error).message}`);
55
}
-
0 commit comments