Skip to content

Commit

Permalink
Update docs for CreateWorkflowDispatchEventRequest.Ref (#2263)
Browse files Browse the repository at this point in the history
Fixes: #2262.
  • Loading branch information
kylekurz committed Jan 21, 2022
1 parent 178169f commit d4c1caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/actions_workflows.go
Expand Up @@ -50,7 +50,7 @@ type WorkflowBill struct {
// CreateWorkflowDispatchEventRequest represents a request to create a workflow dispatch event.
type CreateWorkflowDispatchEventRequest struct {
// Ref represents the reference of the workflow run.
// The reference can be a branch, tag, or a commit SHA.
// The reference can be a branch or a tag.
// Ref is required when creating a workflow dispatch event.
Ref string `json:"ref"`
// Inputs represents input keys and values configured in the workflow file.
Expand Down

0 comments on commit d4c1caf

Please sign in to comment.