We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skip_token_revoke
1 parent c304ff9 commit 096bd76Copy full SHA for 096bd76
action.yml
@@ -20,10 +20,6 @@ inputs:
20
skip-token-revoke:
21
description: "If truthy, the token will not be revoked when the current job is complete"
22
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."
27
# Make GitHub API configurable to support non-GitHub Cloud use cases
28
# see https://github.com/actions/create-github-app-token/issues/77
29
github-api-url:
0 commit comments