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 5deaacf commit f553debCopy full SHA for f553deb
.github/workflows/check-action-typing.yml
@@ -15,4 +15,4 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Check Action Typing
18
- uses: typesafegithub/github-actions-typing@v2
+ uses: typesafegithub/github-actions-typing@0dc5690c35c564d354dc0c23c56559f0813ed3ac
README.md
@@ -4,9 +4,6 @@
4
5
GitHub Action for creating a GitHub App installation access token.
6
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
-
10
## Usage
11
12
In order to use this action, you need to:
0 commit comments