Skip to content

Commit b94a200

Browse files
authored
docs: update skip-token-revoke input name (#61)
This is a quick follow-up to #59. I was mid-review when it merged and noticed one instance of `skip_token_revoke` in the README that didn't get changed to `skip-token-revoke`. The PR merged just before I pushed a commit to fix it.
1 parent 7b1d2ae commit b94a200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The action creates an installation access token using [the `POST /app/installati
162162
1. The token is scoped to the current repository or `repositories` if set.
163163
2. The token inherits all the installation's permissions.
164164
3. The token is set as output `token` which can be used in subsequent steps.
165-
4. Unless the `skip_token_revoke` input is set to a truthy value, the token is revoked in the `post` step of the action, which means it cannot be passed to another job.
165+
4. Unless the `skip-token-revoke` input is set to a truthy value, the token is revoked in the `post` step of the action, which means it cannot be passed to another job.
166166
5. The token is masked, it cannot be logged accidentally.
167167

168168
> [!NOTE]

0 commit comments

Comments
 (0)