Skip to content

Commit f553deb

Browse files
committed
Review Feedback Vol. 2
1 parent 5deaacf commit f553deb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/check-action-typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Check Action Typing
18-
uses: typesafegithub/github-actions-typing@v2
18+
uses: typesafegithub/github-actions-typing@0dc5690c35c564d354dc0c23c56559f0813ed3ac

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
GitHub Action for creating a GitHub App installation access token.
66

7-
Thanks to the provided [typings](action-types.yml), it is possible to use this action in a type-safe way using
8-
https://github.com/typesafegithub/github-workflows-kt which allows writing workflow files using a type-safe Kotlin DSL.
9-
107
## Usage
118

129
In order to use this action, you need to:

0 commit comments

Comments
 (0)