Module: GithubActions

Defined in:
lib/tasks/github_actions/github_actions.rb,
lib/tasks/github_actions/tasks/run.rb,
lib/tasks/github_actions/tasks/list.rb,
lib/tasks/github_actions/tasks/details.rb,
lib/tasks/github_actions/tasks/run_all.rb,
lib/tasks/github_actions/github_actions/job.rb,
lib/tasks/github_actions/github_actions/step.rb,
lib/tasks/github_actions/github_actions/workflow.rb,
lib/tasks/github_actions/github_actions/colorizer.rb,
lib/tasks/github_actions/github_actions/container.rb,
lib/tasks/github_actions/github_actions/job_runner.rb

Overview

– Yast rake

Copyright © 2021 SUSE LLC

This library is free software; you can redistribute it and/or modify

it only under the terms of version 2.1 of the GNU Lesser General Public License as published by the Free Software Foundation.

This library is distributed in the hope that it will be useful, but WITHOUT

ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public

License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++

Defined Under Namespace

Modules: Colorizer, Tasks Classes: Container, Job, JobRunner, Step, Workflow

Constant Summary collapse

CHECKOUT_ACTION =

regexps for some special actions which need to be handled differently

/\Aactions\/checkout(|@.*)\z/.freeze
COVERALLS_ACTION =
/\Acoverallsapp\/github-action(|@.*)\z/.freeze