--- title: GitHub Actions Documentation shortTitle: GitHub Actions intro: 'Automate, customize, and execute your software development workflows right in your repository with {% data variables.product.prodname_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.' introLinks: quickstart: /actions/quickstart reference: /actions/reference featuredLinks: guides: - /actions/learn-github-actions - /actions/guides/about-continuous-integration - /actions/guides/about-packaging-with-github-actions gettingStarted: - /actions/managing-workflow-runs - /actions/hosting-your-own-runners guideCards: - /actions/guides/setting-up-continuous-integration-using-workflow-templates - /actions/guides/publishing-nodejs-packages - /actions/guides/building-and-testing-powershell popular: - /actions/reference/workflow-syntax-for-github-actions - /actions/reference/events-that-trigger-workflows - /actions/learn-github-actions - /actions/reference/context-and-expression-syntax-for-github-actions - /actions/reference/workflow-commands-for-github-actions - /actions/reference/environment-variables changelog: - title: Removing set-env and add-path commands on November 16 date: '2020-11-09' href: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ - title: Ubuntu-latest workflows will use Ubuntu-20.04 date: '2020-10-29' href: https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04 - title: MacOS Big Sur Preview date: '2020-10-29' href: https://github.blog/changelog/2020-10-29-github-actions-macos-big-sur-preview - title: Self-Hosted Runner Group Access Changes date: '2020-10-16' href: https://github.blog/changelog/2020-10-16-github-actions-self-hosted-runner-group-access-changes/ redirect_from: - /articles/automating-your-workflow-with-github-actions/ - /articles/customizing-your-project-with-github-actions/ - /github/automating-your-workflow-with-github-actions - /actions/automating-your-workflow-with-github-actions/ - /categories/automating-your-workflow-with-github-actions - /marketplace/actions layout: product-landing versions: free-pro-team: '*' enterprise-server: '>=2.22' --- {% assign actionsCodeExamples = site.data.variables.action_code_examples %} {% if actionsCodeExamples %}

Code examples

{% render 'code-example-card' for actionsCodeExamples as example %}
{% octicon "search" width="24" %}

Sorry, there is no result for

It looks like we don't have an example that fits your filter.
Try another filter or add your code example

Learn how to add a code example {% octicon "arrow-right" %}
{% endif %}