Skip to content

Commit 096bd76

Browse files
committed
Remove deprecated skip_token_revoke input
1 parent c304ff9 commit 096bd76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ inputs:
2020
skip-token-revoke:
2121
description: "If truthy, the token will not be revoked when the current job is complete"
2222
required: false
23-
skip_token_revoke:
24-
description: "If truthy, the token will not be revoked when the current job is complete"
25-
required: false
26-
deprecationMessage: "'skip_token_revoke' is deprecated and will be removed in a future version. Use 'skip-token-revoke' instead."
2723
# Make GitHub API configurable to support non-GitHub Cloud use cases
2824
# see https://github.com/actions/create-github-app-token/issues/77
2925
github-api-url:

0 commit comments

Comments
 (0)