-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from wu-cl/master
feat: add token in api request header for private repos
- Loading branch information
Showing
5 changed files
with
31,859 additions
and
27,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
name: "Conventional Commits" | ||
description: "Ensures that all commit messages are following the conventional-commits standard." | ||
inputs: | ||
GITHUB_TOKEN: | ||
description: 'GitHub token' | ||
required: false | ||
runs: | ||
using: node16 | ||
main: dist/main/index.js |
Oops, something went wrong.