Method: Octokit::Client::ActionsWorkflows#workflow_enable
- Defined in:
- lib/octokit/client/actions_workflows.rb
#workflow_enable(repo, id, options = {}) ⇒ Boolean
Enable a workflow
52 53 54 |
# File 'lib/octokit/client/actions_workflows.rb', line 52 def workflow_enable(repo, id, = {}) boolean_from_response :put, "#{Repository.path repo}/actions/workflows/#{id}/enable", end |