Skip to content

Commit

Permalink
update action param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Feb 22, 2024
1 parent 306efe4 commit ad5dfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
default: "false"
required: false
use_api:
description: "Instead of using dummy commits, workflow uses GitHub API to keep the repository active. This will keep your commit history clean. Make sure you set a gh_token with actions:write permission. This wont work with the default GitHub actions token"
description: "Instead of using dummy commits, workflow uses GitHub API to keep the repository active. This will keep your commit history clean. Make sure you set a gh_token with actions:write permission."
default: "false"
required: false

Expand Down

0 comments on commit ad5dfd5

Please sign in to comment.