/actions-playground

Playground for actions

Primary LanguageJavaScript

GitHub Actions makes automation easy!

Improve the quality of your code and make your life more productive through devops!

GitHub Actions

Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.

Actions Workflows

A workflow is a configurable automated process that will run one or more jobs. Each job is it's ow

Events that trigger workflows

You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.

Actions

Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions.

Actions Marketplace

The GitHub Marketplace is a place where you can share your apps and actions publicly with all GitHub users.

Anyone can publish an action in GitHub Marketplace. GitHub verifies some partner organizations and these are shown as verified creators.

Status Checks

Status checks let you know if your commits meet the conditions set for the repository you're contributing to.

If status checks are required for a repository, the required status checks must pass before you can merge your branch into the protected branch. For more information, see "About protected branches."

image

Environments

Environments are used to describe a general deployment target like production, staging, or development.

You can configure environments with protection rules and secrets. A workflow job that references an environment must follow any protection rules for the environment before running or accessing the environment's secrets.

Resources