-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Welcome #1
Comments
Actions and WorkflowsThere are two components to using GitHub Actions that we'll cover:
A workflow can contain many actions. Each action has its own purpose. We'll put the files relating to the action in their own directories. Types of ActionsActions come in two types: container actions and JavaScript actions. Docker container actions allow the environment to be packaged with the GitHub Actions code and can only execute in the GitHub-Hosted Linux environment. JavaScript actions decouple the GitHub Actions code from the environment allowing faster execution but accepting greater dependency management responsibility. Step 1: Add a
|
Welcome
This course helps you create a simple GitHub Action and use that action in a workflow.
What are GitHub Actions?
GitHub Actions are a flexible way to automate nearly every aspect of your team's software workflow. Here are just a few of the ways teams are using GitHub Actions:
The sky is truly the limit with GitHub Actions.
The best part, these workflows are stored as code in your repository and easily shared and reused across teams.
To learn even more, check out the GitHub Actions feature page, or the GitHub Actions documentation.
Before you begin
In this course you will work with issues and pull requests, as well as edit files. If these things are not familiar to you, we recommend you take the Introduction to GitHub course, first!
The text was updated successfully, but these errors were encountered: