1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Files
docs/content/actions/learn-github-actions/index.md
Martin Lopes 4524468d25 Migrating from Travis to GitHub Actions (#16322)
* Adds Travis CI migration guide

* Updated variable syntax

* Updated links

* Fixed variable

* Split into two tables to fix rendering

* Removed section about upstream, might not be applicable here

* Made formatting more consistent

* Added misc edits, "Next steps" section, matrix example

* Added small edits

* Added updates from review

* Edited "Key similarities" intro

* Replaced diagram with link to "Learning GitHub Actions"

* Moved links into a "Before you begin" section

* Added "Parallel job processing"

* Added small edits, "Default environment variables" section

* Added "Targeting specific branches"

* Added "Checking out submodules"

* Moved into nested subsection

* Updated "Assumptions about language dependencies"

* Renamed section

* Adds some small edits

* Moved all headings down 1 level

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Added updates from review

* Added updates from review

* Fixed rendering, added small edit

* Removed Travis concepts paragraph, as it seems superfluous

* Added minor edits

* Reframed the "differences" section to rather emphasize Actions features that might distinguish it from others

* Reframed additional differences to emphasize Actions capabilities

* Small edit

* More small edits

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Revised conditional example

* Revised build matrix exmple

* Updated python example

* Updated examples

* Changed example to "Building with Node.js"

* Adds fixes from peer review

* Added minor edits

* Added some finishing touches

* Update migrating-from-travis-ci-to-github-actions.md

* Small clarification

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2020-11-06 18:07:41 +10:00

43 lines
2.5 KiB
Markdown

---
title: Learn GitHub Actions
shortTitle: Learn GitHub Actions
intro: 'Whether you are new to {% data variables.product.prodname_actions %} or interested in learning all they have to offer, this guide will help you use {% data variables.product.prodname_actions %} to accelerate your application development workflows.'
redirect_from:
- /articles/about-github-actions
- /github/automating-your-workflow-with-github-actions/about-github-actions
- /actions/automating-your-workflow-with-github-actions/about-github-actions
- /actions/getting-started-with-github-actions
- /actions/getting-started-with-github-actions/about-github-actions
- /actions/getting-started-with-github-actions/overview
- /actions/getting-started-with-github-actions/getting-started-with-github-actions
- /articles/migrating-github-actions-from-hcl-syntax-to-yaml-syntax/
- /actions/configuring-and-managing-workflows/configuring-a-workflow
- /articles/creating-a-workflow-with-github-actions/
- /articles/configuring-a-workflow
- /github/automating-your-workflow-with-github-actions/configuring-a-workflow
- /actions/automating-your-workflow-with-github-actions/configuring-a-workflow
- /actions/creating-workflows/workflow-configuration-options
- /articles/configuring-workflows
- /github/automating-your-workflow-with-github-actions/configuring-workflows
- /actions/automating-your-workflow-with-github-actions/configuring-workflows
- /github/automating-your-workflow-with-github-actions/getting-started-with-github-actions
- /actions/automating-your-workflow-with-github-actions/getting-started-with-github-actions
- /actions/configuring-and-managing-workflows
- /articles/getting-started-with-github-actions
- /actions/migrating-to-github-actions
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
---
{% link_with_intro /introduction-to-github-actions %}
{% link_with_intro /finding-and-customizing-actions %}
{% link_with_intro /essential-features-of-github-actions %}
{% link_with_intro /managing-complex-workflows %}
{% link_with_intro /sharing-workflows-with-your-organization %}
{% link_with_intro /security-hardening-for-github-actions %}
{% link_with_intro /migrating-from-azure-pipelines-to-github-actions %}
{% link_with_intro /migrating-from-circleci-to-github-actions %}
{% link_with_intro /migrating-from-gitlab-cicd-to-github-actions %}
{% link_with_intro /migrating-from-jenkins-to-github-actions %}
{% link_with_intro /migrating-from-travis-ci-to-github-actions %}