Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start here! #1

Open
github-learning-lab bot opened this issue Oct 20, 2020 · 1 comment
Open

Start here! #1

github-learning-lab bot opened this issue Oct 20, 2020 · 1 comment

Comments

@github-learning-lab
Copy link

Hi there 馃憢!

Hello @legshort, I'm so excited to teach you how to create your own custom Docker based action 馃槃

GitHub Actions are enabled on your repository by default, but we still have to tell our repository to use them. We do this by creating a workflow file in our repository.

What is a workflow file?

A workflow file can be thought of as the recipe for automating a task. They house the start-to-finish instructions, in the form of jobs and steps, for what should happen based on specific triggers.

Your repository can contain multiple workflow files that carry out a wide variety of tasks. It is important to consider this when deciding on a name for your workflow. The name you choose should reflect the tasks being performed.

In our case, we will use this one workflow file for many things, which leads us to break this convention for teaching purposes.


馃摉 Read more about workflows

@github-learning-lab
Copy link
Author

Setup a workflow file

鈱笍 Activity: Create a pull request to add a workflow

  1. Create a new workflow file titled my-workflow.yml by using the instructions below, or this quicklink.
    • Go to the Actions tab.
    • Choose the Set up a workflow yourself option, located on the top right hand corner of the screen.
    • Change the name of the file from main.yml to my-workflow.yml.
  2. Commit the workflow to a new branch named add-initial-workflow.
  3. Create a pull request titled Create my first workflow.
  4. Supply the pull request body content and click Create pull request.

It is important to place meaningful content into the body of the pull requests you create throughout this course. This repository will stay with you long after you complete the course. It is advisable that you use the body of the pull requests you create as a way to take long lived notes about thing you want to remember.

Suggested body content

Workflow files are the recipe for task automation. This is where actions are placed if I want to use them for a task.


I'll respond in the new pull request when I detect it has been created. If at any point you're expecting a response and don't see one, refresh the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants