Remove actions "warning"s (#22176)
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
title: Caching dependencies to speed up workflows
|
title: Caching dependencies to speed up workflows
|
||||||
shortTitle: Caching dependencies
|
shortTitle: Caching dependencies
|
||||||
intro: 'To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.'
|
intro: 'To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
|
- /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
|
||||||
- /actions/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
|
- /actions/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Storing workflow data as artifacts
|
title: Storing workflow data as artifacts
|
||||||
shortTitle: Storing workflow artifacts
|
shortTitle: Storing workflow artifacts
|
||||||
intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed.
|
intro: Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/persisting-workflow-data-using-artifacts
|
- /articles/persisting-workflow-data-using-artifacts
|
||||||
- /github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts
|
- /github/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About continuous integration
|
title: About continuous integration
|
||||||
intro: 'You can create custom continuous integration (CI) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
|
intro: 'You can create custom continuous integration (CI) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/about-continuous-integration
|
- /articles/about-continuous-integration
|
||||||
- /github/automating-your-workflow-with-github-actions/about-continuous-integration
|
- /github/automating-your-workflow-with-github-actions/about-continuous-integration
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Java with Ant
|
title: Building and testing Java with Ant
|
||||||
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Ant.
|
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Ant.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/building-and-testing-java-with-ant
|
- /actions/language-and-framework-guides/building-and-testing-java-with-ant
|
||||||
- /actions/guides/building-and-testing-java-with-ant
|
- /actions/guides/building-and-testing-java-with-ant
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Java with Gradle
|
title: Building and testing Java with Gradle
|
||||||
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Gradle.
|
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Gradle.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
- /actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||||
- /actions/guides/building-and-testing-java-with-gradle
|
- /actions/guides/building-and-testing-java-with-gradle
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Java with Maven
|
title: Building and testing Java with Maven
|
||||||
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Maven.
|
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Java project with Maven.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/building-and-testing-java-with-maven
|
- /actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
- /actions/guides/building-and-testing-java-with-maven
|
- /actions/guides/building-and-testing-java-with-maven
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing .NET
|
title: Building and testing .NET
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your .NET project.
|
intro: You can create a continuous integration (CI) workflow to build and test your .NET project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-net
|
- /actions/guides/building-and-testing-net
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Building and testing Node.js or Python
|
title: Building and testing Node.js or Python
|
||||||
shortTitle: Build & test Node.js or Python
|
shortTitle: Build & test Node.js or Python
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your project. Use the language selector to show examples for your language of choice.
|
intro: You can create a continuous integration (CI) workflow to build and test your project. Use the language selector to show examples for your language of choice.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-nodejs-or-python
|
- /actions/guides/building-and-testing-nodejs-or-python
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Node.js
|
title: Building and testing Node.js
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your Node.js project.
|
intro: You can create a continuous integration (CI) workflow to build and test your Node.js project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions
|
- /actions/automating-your-workflow-with-github-actions/using-nodejs-with-github-actions
|
||||||
- /actions/language-and-framework-guides/using-nodejs-with-github-actions
|
- /actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing PowerShell
|
title: Building and testing PowerShell
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your PowerShell project.
|
intro: You can create a continuous integration (CI) workflow to build and test your PowerShell project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-powershell
|
- /actions/guides/building-and-testing-powershell
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Python
|
title: Building and testing Python
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your Python project.
|
intro: You can create a continuous integration (CI) workflow to build and test your Python project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/using-python-with-github-actions
|
- /actions/automating-your-workflow-with-github-actions/using-python-with-github-actions
|
||||||
- /actions/language-and-framework-guides/using-python-with-github-actions
|
- /actions/language-and-framework-guides/using-python-with-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Ruby
|
title: Building and testing Ruby
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your Ruby project.
|
intro: You can create a continuous integration (CI) workflow to build and test your Ruby project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-ruby
|
- /actions/guides/building-and-testing-ruby
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Swift
|
title: Building and testing Swift
|
||||||
intro: You can create a continuous integration (CI) workflow to build and test your Swift project.
|
intro: You can create a continuous integration (CI) workflow to build and test your Swift project.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-swift
|
- /actions/guides/building-and-testing-swift
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Building and testing Xamarin applications
|
title: Building and testing Xamarin applications
|
||||||
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Xamarin application.
|
intro: You can create a continuous integration (CI) workflow in GitHub Actions to build and test your Xamarin application.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/building-and-testing-xamarin-applications
|
- /actions/guides/building-and-testing-xamarin-applications
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About custom actions
|
title: About custom actions
|
||||||
intro: 'Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.'
|
intro: 'Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/about-actions
|
- /articles/about-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/about-actions
|
- /github/automating-your-workflow-with-github-actions/about-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Creating a composite action
|
title: Creating a composite action
|
||||||
intro: 'In this guide, you''ll learn how to build a composite action.'
|
intro: 'In this guide, you''ll learn how to build a composite action.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/creating-actions/creating-a-composite-run-steps-action
|
- /actions/creating-actions/creating-a-composite-run-steps-action
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Creating a Docker container action
|
title: Creating a Docker container action
|
||||||
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
|
intro: 'This guide shows you the minimal steps required to build a Docker container action. '
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/creating-a-docker-container-action
|
- /articles/creating-a-docker-container-action
|
||||||
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
|
- /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Creating a JavaScript action
|
title: Creating a JavaScript action
|
||||||
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
|
intro: 'In this guide, you''ll learn how to build a JavaScript action using the actions toolkit.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/creating-a-javascript-action
|
- /articles/creating-a-javascript-action
|
||||||
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
|
- /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Developing a third party CLI action
|
title: Developing a third party CLI action
|
||||||
shortTitle: CLI setup action
|
shortTitle: CLI setup action
|
||||||
intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.'
|
intro: 'Learn how to develop an action to set up a CLI on {% data variables.product.prodname_actions %} runners.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from: []
|
redirect_from: []
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Dockerfile support for GitHub Actions
|
title: Dockerfile support for GitHub Actions
|
||||||
shortTitle: Dockerfile support
|
shortTitle: Dockerfile support
|
||||||
intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action''s metadata file.'
|
intro: 'When creating a `Dockerfile` for a Docker container action, you should be aware of how some Docker instructions interact with GitHub Actions and an action''s metadata file.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/building-actions/dockerfile-support-for-github-actions
|
- /actions/building-actions/dockerfile-support-for-github-actions
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Metadata syntax for GitHub Actions
|
title: Metadata syntax for GitHub Actions
|
||||||
shortTitle: Metadata syntax
|
shortTitle: Metadata syntax
|
||||||
intro: You can create actions to perform tasks in your repository. Actions require a metadata file that uses YAML syntax.
|
intro: You can create actions to perform tasks in your repository. Actions require a metadata file that uses YAML syntax.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/metadata-syntax-for-github-actions
|
- /articles/metadata-syntax-for-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions
|
- /github/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Publishing actions in GitHub Marketplace
|
title: Publishing actions in GitHub Marketplace
|
||||||
intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you''ve created with the {% data variables.product.prodname_dotcom %} community.'
|
intro: 'You can publish actions in {% data variables.product.prodname_marketplace %} and share actions you''ve created with the {% data variables.product.prodname_dotcom %} community.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
|
- /github/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
|
||||||
- /actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
|
- /actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Setting exit codes for actions
|
title: Setting exit codes for actions
|
||||||
shortTitle: Setting exit codes
|
shortTitle: Setting exit codes
|
||||||
intro: 'You can use exit codes to set the status of an action. {% data variables.product.prodname_dotcom %} displays statuses to indicate passing or failing actions.'
|
intro: 'You can use exit codes to set the status of an action. {% data variables.product.prodname_dotcom %} displays statuses to indicate passing or failing actions.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/building-actions/setting-exit-codes-for-actions
|
- /actions/building-actions/setting-exit-codes-for-actions
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About continuous deployment
|
title: About continuous deployment
|
||||||
intro: 'You can create custom continuous deployment (CD) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
|
intro: 'You can create custom continuous deployment (CD) workflows directly in your {% data variables.product.prodname_dotcom %} repository with {% data variables.product.prodname_actions %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploying to Amazon Elastic Container Service
|
title: Deploying to Amazon Elastic Container Service
|
||||||
intro: You can deploy to Amazon Elastic Container Service (ECS) as part of your continuous deployment (CD) workflows.
|
intro: You can deploy to Amazon Elastic Container Service (ECS) as part of your continuous deployment (CD) workflows.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/deploying-to-amazon-elastic-container-service
|
- /actions/guides/deploying-to-amazon-elastic-container-service
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploying to Azure App Service
|
title: Deploying to Azure App Service
|
||||||
intro: You can deploy to Azure App Service as part of your continuous deployment (CD) workflows.
|
intro: You can deploy to Azure App Service as part of your continuous deployment (CD) workflows.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/deploying-to-azure-app-service
|
- /actions/guides/deploying-to-azure-app-service
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploying to Google Kubernetes Engine
|
title: Deploying to Google Kubernetes Engine
|
||||||
intro: You can deploy to Google Kubernetes Engine as part of your continuous deployment (CD) workflows.
|
intro: You can deploy to Google Kubernetes Engine as part of your continuous deployment (CD) workflows.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/deploying-to-google-kubernetes-engine
|
- /actions/guides/deploying-to-google-kubernetes-engine
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploying with GitHub Actions
|
title: Deploying with GitHub Actions
|
||||||
intro: Learn how to control deployments with features like environments and concurrency.
|
intro: Learn how to control deployments with features like environments and concurrency.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '>=3.1'
|
ghes: '>=3.1'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Installing an Apple certificate on macOS runners for Xcode development
|
title: Installing an Apple certificate on macOS runners for Xcode development
|
||||||
intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
|
intro: 'You can sign Xcode apps within your continuous integration (CI) workflow by installing an Apple code signing certificate on {% data variables.product.prodname_actions %} runners.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
|
- /actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Contexts
|
title: Contexts
|
||||||
shortTitle: Contexts
|
shortTitle: Contexts
|
||||||
intro: You can access context information in workflows and actions.
|
intro: You can access context information in workflows and actions.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/contexts-and-expression-syntax-for-github-actions
|
- /articles/contexts-and-expression-syntax-for-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions
|
- /github/automating-your-workflow-with-github-actions/contexts-and-expression-syntax-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Environment variables
|
title: Environment variables
|
||||||
intro: '{% data variables.product.prodname_dotcom %} sets default environment variables for each {% data variables.product.prodname_actions %} workflow run. You can also set custom environment variables in your workflow file.'
|
intro: '{% data variables.product.prodname_dotcom %} sets default environment variables for each {% data variables.product.prodname_actions %} workflow run. You can also set custom environment variables in your workflow file.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/automating-your-workflow-with-github-actions/using-environment-variables
|
- /github/automating-your-workflow-with-github-actions/using-environment-variables
|
||||||
- /actions/automating-your-workflow-with-github-actions/using-environment-variables
|
- /actions/automating-your-workflow-with-github-actions/using-environment-variables
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Events that trigger workflows
|
title: Events that trigger workflows
|
||||||
intro: 'You can configure your workflows to run when specific activity on {% data variables.product.product_name %} happens, at a scheduled time, or when an event outside of {% data variables.product.product_name %} occurs.'
|
intro: 'You can configure your workflows to run when specific activity on {% data variables.product.product_name %} happens, at a scheduled time, or when an event outside of {% data variables.product.product_name %} occurs.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
miniTocMaxHeadingLevel: 3
|
miniTocMaxHeadingLevel: 3
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/events-that-trigger-workflows
|
- /articles/events-that-trigger-workflows
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Expressions
|
title: Expressions
|
||||||
shortTitle: Expressions
|
shortTitle: Expressions
|
||||||
intro: You can evaluate expressions in workflows and actions.
|
intro: You can evaluate expressions in workflows and actions.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 'Usage limits, billing, and administration'
|
title: 'Usage limits, billing, and administration'
|
||||||
intro: 'There are usage limits for {% data variables.product.prodname_actions %} workflows. Usage charges apply to repositories that go beyond the amount of free minutes and storage for a repository.'
|
intro: 'There are usage limits for {% data variables.product.prodname_actions %} workflows. Usage charges apply to repositories that go beyond the amount of free minutes and storage for a repository.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
|
- /actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
|
||||||
- /actions/reference/usage-limits-billing-and-administration
|
- /actions/reference/usage-limits-billing-and-administration
|
||||||
@@ -27,6 +26,10 @@ shortTitle: Workflow billing & limits
|
|||||||
GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %}s that use self-hosted runners.
|
GitHub Actions usage is free for {% data variables.product.prodname_ghe_server %}s that use self-hosted runners.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
## Availability
|
||||||
|
|
||||||
|
{% data variables.product.prodname_actions %} is available on all {% data variables.product.prodname_dotcom %} products, but {% data variables.product.prodname_actions %} is not available for private repositories owned by accounts using legacy per-repository plans. {% data reusables.gated-features.more-info %}
|
||||||
|
|
||||||
## Usage limits
|
## Usage limits
|
||||||
|
|
||||||
{% ifversion fpt or ghec %}
|
{% ifversion fpt or ghec %}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Using workflow templates
|
title: Using workflow templates
|
||||||
shortTitle: Using templates
|
shortTitle: Using templates
|
||||||
intro: '{% data variables.product.product_name %} provides workflow templates for a variety of languages and tooling.'
|
intro: '{% data variables.product.product_name %} provides workflow templates for a variety of languages and tooling.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/setting-up-continuous-integration-using-github-actions
|
- /articles/setting-up-continuous-integration-using-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/setting-up-continuous-integration-using-github-actions
|
- /github/automating-your-workflow-with-github-actions/setting-up-continuous-integration-using-github-actions
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Workflow commands for GitHub Actions
|
title: Workflow commands for GitHub Actions
|
||||||
shortTitle: Workflow commands
|
shortTitle: Workflow commands
|
||||||
intro: You can use workflow commands when running shell commands in a workflow or in an action's code.
|
intro: You can use workflow commands when running shell commands in a workflow or in an action's code.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/development-tools-for-github-actions
|
- /articles/development-tools-for-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/development-tools-for-github-actions
|
- /github/automating-your-workflow-with-github-actions/development-tools-for-github-actions
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Workflow syntax for GitHub Actions
|
title: Workflow syntax for GitHub Actions
|
||||||
shortTitle: Workflow syntax
|
shortTitle: Workflow syntax
|
||||||
intro: A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
|
intro: A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/workflow-syntax-for-github-actions
|
- /articles/workflow-syntax-for-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
|
- /github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Adding labels to issues
|
title: Adding labels to issues
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/adding-labels-to-issues
|
- /actions/guides/adding-labels-to-issues
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Closing inactive issues
|
title: Closing inactive issues
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/closing-inactive-issues
|
- /actions/guides/closing-inactive-issues
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Commenting on an issue when a label is added
|
title: Commenting on an issue when a label is added
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/commenting-on-an-issue-when-a-label-is-added
|
- /actions/guides/commenting-on-an-issue-when-a-label-is-added
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Moving assigned issues on project boards
|
title: Moving assigned issues on project boards
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/moving-assigned-issues-on-project-boards
|
- /actions/guides/moving-assigned-issues-on-project-boards
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Removing a label when a card is added to a project board column
|
title: Removing a label when a card is added to a project board column
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column
|
- /actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Scheduling issue creation
|
title: Scheduling issue creation
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/scheduling-issue-creation
|
- /actions/guides/scheduling-issue-creation
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Using GitHub Actions for project management
|
title: Using GitHub Actions for project management
|
||||||
intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.'
|
intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/guides/using-github-actions-for-project-management
|
- /actions/guides/using-github-actions-for-project-management
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Approving workflow runs from public forks
|
title: Approving workflow runs from public forks
|
||||||
intro: 'When an outside contributor submits a pull request to a public repository, a maintainer with write access may need to approve any workflow runs.'
|
intro: 'When an outside contributor submits a pull request to a public repository, a maintainer with write access may need to approve any workflow runs.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghec: '*'
|
ghec: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Canceling a workflow
|
title: Canceling a workflow
|
||||||
intro: 'You can cancel a workflow run that is in progress. When you cancel a workflow run, {% data variables.product.prodname_dotcom %} cancels all jobs and steps that are a part of that workflow.'
|
intro: 'You can cancel a workflow run that is in progress. When you cancel a workflow run, {% data variables.product.prodname_dotcom %} cancels all jobs and steps that are a part of that workflow.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deleting a workflow run
|
title: Deleting a workflow run
|
||||||
intro: 'You can delete a workflow run that has been completed, or is more than two weeks old.'
|
intro: 'You can delete a workflow run that has been completed, or is more than two weeks old.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Disabling and enabling a workflow
|
title: Disabling and enabling a workflow
|
||||||
intro: 'You can disable and re-enable a workflow using the {% data variables.product.prodname_dotcom %} UI, the REST API, or {% data variables.product.prodname_cli %}.'
|
intro: 'You can disable and re-enable a workflow using the {% data variables.product.prodname_dotcom %} UI, the REST API, or {% data variables.product.prodname_cli %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '>=3.0'
|
ghes: '>=3.0'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Downloading workflow artifacts
|
title: Downloading workflow artifacts
|
||||||
intro: You can download archived artifacts before they automatically expire.
|
intro: You can download archived artifacts before they automatically expire.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Manually running a workflow
|
title: Manually running a workflow
|
||||||
intro: 'When a workflow is configured to run on the `workflow_dispatch` event, you can run the workflow using the Actions tab on {% data variables.product.prodname_dotcom %}, {% data variables.product.prodname_cli %}, or the REST API.'
|
intro: 'When a workflow is configured to run on the `workflow_dispatch` event, you can run the workflow using the Actions tab on {% data variables.product.prodname_dotcom %}, {% data variables.product.prodname_cli %}, or the REST API.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Re-running workflows and jobs
|
title: Re-running workflows and jobs
|
||||||
intro: You can re-run a workflow run up to 30 days after its initial run.
|
intro: You can re-run a workflow run up to 30 days after its initial run.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
permissions: People with write permissions to a repository can re-run workflows in the repository.
|
permissions: People with write permissions to a repository can re-run workflows in the repository.
|
||||||
miniTocMaxHeadingLevel: 3
|
miniTocMaxHeadingLevel: 3
|
||||||
redirect_from:
|
redirect_from:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Removing workflow artifacts
|
title: Removing workflow artifacts
|
||||||
intro: 'You can reclaim used {% data variables.product.prodname_actions %} storage by deleting artifacts before they expire on {% data variables.product.product_name %}.'
|
intro: 'You can reclaim used {% data variables.product.prodname_actions %} storage by deleting artifacts before they expire on {% data variables.product.product_name %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Skipping workflow runs
|
title: Skipping workflow runs
|
||||||
intro: 'You can skip workflow runs triggered by the `push` and `pull_request` events by including a command in your commit message.'
|
intro: 'You can skip workflow runs triggered by the `push` and `pull_request` events by including a command in your commit message.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '>=3.0'
|
ghes: '>=3.0'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About monitoring and troubleshooting
|
title: About monitoring and troubleshooting
|
||||||
intro: 'You can use the tools in {% data variables.product.prodname_actions %} to monitor and debug your workflows.'
|
intro: 'You can use the tools in {% data variables.product.prodname_actions %} to monitor and debug your workflows.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Adding a workflow status badge
|
title: Adding a workflow status badge
|
||||||
intro: You can display a status badge in your repository to indicate the status of your workflows.
|
intro: You can display a status badge in your repository to indicate the status of your workflows.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/adding-a-workflow-status-badge
|
- /actions/managing-workflow-runs/adding-a-workflow-status-badge
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Enabling debug logging
|
title: Enabling debug logging
|
||||||
intro: 'If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.'
|
intro: 'If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/enabling-debug-logging
|
- /actions/managing-workflow-runs/enabling-debug-logging
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Notifications for workflow runs
|
title: Notifications for workflow runs
|
||||||
intro: 'You can subscribe to notifications about workflow runs that you trigger.'
|
intro: 'You can subscribe to notifications about workflow runs that you trigger.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Using the visualization graph
|
title: Using the visualization graph
|
||||||
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
|
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/using-the-visualization-graph
|
- /actions/managing-workflow-runs/using-the-visualization-graph
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Using workflow run logs
|
title: Using workflow run logs
|
||||||
intro: 'You can view, search, and download the logs for each job in a workflow run.'
|
intro: 'You can view, search, and download the logs for each job in a workflow run.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/using-workflow-run-logs
|
- /actions/managing-workflow-runs/using-workflow-run-logs
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Viewing job execution time
|
title: Viewing job execution time
|
||||||
intro: 'You can view the execution time of a job, including the billable minutes that a job accrued.'
|
intro: 'You can view the execution time of a job, including the billable minutes that a job accrued.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/viewing-job-execution-time
|
- /actions/managing-workflow-runs/viewing-job-execution-time
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Viewing workflow run history
|
title: Viewing workflow run history
|
||||||
intro: You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.
|
intro: You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/managing-workflow-runs/viewing-workflow-run-history
|
- /actions/managing-workflow-runs/viewing-workflow-run-history
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About packaging with GitHub Actions
|
title: About packaging with GitHub Actions
|
||||||
intro: 'You can set up workflows in {% data variables.product.prodname_actions %} to produce packages and upload them to {% data variables.product.prodname_registry %} or another package hosting provider.'
|
intro: 'You can set up workflows in {% data variables.product.prodname_actions %} to produce packages and upload them to {% data variables.product.prodname_registry %} or another package hosting provider.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/about-packaging-with-github-actions
|
- /actions/automating-your-workflow-with-github-actions/about-packaging-with-github-actions
|
||||||
- /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
|
- /actions/publishing-packages-with-github-actions/about-packaging-with-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Publishing Docker images
|
title: Publishing Docker images
|
||||||
intro: 'You can publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.'
|
intro: 'You can publish Docker images to a registry, such as Docker Hub or {% data variables.product.prodname_registry %}, as part of your continuous integration (CI) workflow.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/publishing-docker-images
|
- /actions/language-and-framework-guides/publishing-docker-images
|
||||||
- /actions/guides/publishing-docker-images
|
- /actions/guides/publishing-docker-images
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Publishing Java packages with Gradle
|
title: Publishing Java packages with Gradle
|
||||||
intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
intro: You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
|
- /actions/language-and-framework-guides/publishing-java-packages-with-gradle
|
||||||
- /actions/guides/publishing-java-packages-with-gradle
|
- /actions/guides/publishing-java-packages-with-gradle
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Publishing Java packages with Maven
|
title: Publishing Java packages with Maven
|
||||||
intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
intro: You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
|
- /actions/language-and-framework-guides/publishing-java-packages-with-maven
|
||||||
- /actions/guides/publishing-java-packages-with-maven
|
- /actions/guides/publishing-java-packages-with-maven
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Publishing Node.js packages
|
title: Publishing Node.js packages
|
||||||
intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
|
intro: You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
|
- /actions/automating-your-workflow-with-github-actions/publishing-nodejs-packages
|
||||||
- /actions/language-and-framework-guides/publishing-nodejs-packages
|
- /actions/language-and-framework-guides/publishing-nodejs-packages
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Automatic token authentication
|
title: Automatic token authentication
|
||||||
intro: '{% data variables.product.prodname_dotcom %} provides a token that you can use to authenticate on behalf of {% data variables.product.prodname_actions %}.'
|
intro: '{% data variables.product.prodname_dotcom %} provides a token that you can use to authenticate on behalf of {% data variables.product.prodname_actions %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
|
- /github/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
|
||||||
- /actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
|
- /actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Encrypted secrets
|
title: Encrypted secrets
|
||||||
intro: 'Encrypted secrets allow you to store sensitive information in your organization{% ifversion fpt or ghes > 3.0 or ghec %}, repository, or repository environments{% else %} or repository{% endif %}.'
|
intro: 'Encrypted secrets allow you to store sensitive information in your organization{% ifversion fpt or ghes > 3.0 or ghec %}, repository, or repository environments{% else %} or repository{% endif %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
|
- /github/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
|
||||||
- /actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
|
- /actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Security hardening for GitHub Actions
|
title: Security hardening for GitHub Actions
|
||||||
shortTitle: Security hardening
|
shortTitle: Security hardening
|
||||||
intro: 'Good security practices for using {% data variables.product.prodname_actions %} features.'
|
intro: 'Good security practices for using {% data variables.product.prodname_actions %} features.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/getting-started-with-github-actions/security-hardening-for-github-actions
|
- /actions/getting-started-with-github-actions/security-hardening-for-github-actions
|
||||||
- /actions/learn-github-actions/security-hardening-for-github-actions
|
- /actions/learn-github-actions/security-hardening-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About service containers
|
title: About service containers
|
||||||
intro: 'You can use service containers to connect databases, web services, memory caches, and other tools to your workflow.'
|
intro: 'You can use service containers to connect databases, web services, memory caches, and other tools to your workflow.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/about-service-containers
|
- /actions/automating-your-workflow-with-github-actions/about-service-containers
|
||||||
- /actions/configuring-and-managing-workflows/about-service-containers
|
- /actions/configuring-and-managing-workflows/about-service-containers
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Creating PostgreSQL service containers
|
title: Creating PostgreSQL service containers
|
||||||
shortTitle: PostgreSQL service containers
|
shortTitle: PostgreSQL service containers
|
||||||
intro: You can create a PostgreSQL service container to use in your workflow. This guide shows examples of creating a PostgreSQL service for jobs that run in containers or directly on the runner machine.
|
intro: You can create a PostgreSQL service container to use in your workflow. This guide shows examples of creating a PostgreSQL service for jobs that run in containers or directly on the runner machine.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers
|
- /actions/automating-your-workflow-with-github-actions/creating-postgresql-service-containers
|
||||||
- /actions/configuring-and-managing-workflows/creating-postgresql-service-containers
|
- /actions/configuring-and-managing-workflows/creating-postgresql-service-containers
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Creating Redis service containers
|
title: Creating Redis service containers
|
||||||
shortTitle: Redis service containers
|
shortTitle: Redis service containers
|
||||||
intro: You can use service containers to create a Redis client in your workflow. This guide shows examples of creating a Redis service for jobs that run in containers or directly on the runner machine.
|
intro: You can use service containers to create a Redis client in your workflow. This guide shows examples of creating a Redis service for jobs that run in containers or directly on the runner machine.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers
|
- /actions/automating-your-workflow-with-github-actions/creating-redis-service-containers
|
||||||
- /actions/configuring-and-managing-workflows/creating-redis-service-containers
|
- /actions/configuring-and-managing-workflows/creating-redis-service-containers
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About AE hosted runners
|
title: About AE hosted runners
|
||||||
intro: '{% data variables.product.prodname_ghe_managed %} offers customizable and security hardened hosted virtual machines to run {% data variables.product.prodname_actions %} workflows. You can select the hardware, bring your own machine image, and enable an IP address for networking with your {% data variables.actions.hosted_runner %}.'
|
intro: '{% data variables.product.prodname_ghe_managed %} offers customizable and security hardened hosted virtual machines to run {% data variables.product.prodname_actions %} workflows. You can select the hardware, bring your own machine image, and enable an IP address for networking with your {% data variables.actions.hosted_runner %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
ghae: '*'
|
ghae: '*'
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About GitHub-hosted runners
|
title: About GitHub-hosted runners
|
||||||
intro: '{% data variables.product.prodname_dotcom %} offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for {% data variables.product.prodname_actions %} to use.'
|
intro: '{% data variables.product.prodname_dotcom %} offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for {% data variables.product.prodname_actions %} to use.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/virtual-environments-for-github-actions
|
- /articles/virtual-environments-for-github-actions
|
||||||
- /github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions
|
- /github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Customizing GitHub-hosted runners
|
title: Customizing GitHub-hosted runners
|
||||||
intro: You can install additional software on GitHub-hosted runners as a part of your workflow.
|
intro: You can install additional software on GitHub-hosted runners as a part of your workflow.
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
title: Enforcing policies for GitHub Actions in your enterprise
|
title: Enforcing policies for GitHub Actions in your enterprise
|
||||||
intro: "You can enforce policies for {% data variables.product.prodname_actions %} within your enterprise's organizations, or allow policies to be set in each organization."
|
intro: "You can enforce policies for {% data variables.product.prodname_actions %} within your enterprise's organizations, or allow policies to be set in each organization."
|
||||||
permissions: 'Enterprise owners can enforce policies for {% data variables.product.prodname_actions %} in an enterprise.'
|
permissions: 'Enterprise owners can enforce policies for {% data variables.product.prodname_actions %} in an enterprise.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
miniTocMaxHeadingLevel: 3
|
miniTocMaxHeadingLevel: 3
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise
|
- /enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About billing for GitHub Actions
|
title: About billing for GitHub Actions
|
||||||
intro: 'If you want to use {% data variables.product.prodname_actions %} beyond the storage or minutes included in your account, you will be billed for additional usage.'
|
intro: 'If you want to use {% data variables.product.prodname_actions %} beyond the storage or minutes included in your account, you will be billed for additional usage.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions
|
- /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/about-billing-for-github-actions
|
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/about-billing-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Managing your spending limit for GitHub Actions
|
title: Managing your spending limit for GitHub Actions
|
||||||
intro: 'You can set a spending limit for {% data variables.product.prodname_actions %} usage.'
|
intro: 'You can set a spending limit for {% data variables.product.prodname_actions %} usage.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions
|
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions
|
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Viewing your GitHub Actions usage
|
title: Viewing your GitHub Actions usage
|
||||||
intro: 'You can view details of your usage of minutes and storage for {% data variables.product.prodname_actions %}.'
|
intro: 'You can view details of your usage of minutes and storage for {% data variables.product.prodname_actions %}.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage
|
- /github/setting-up-and-managing-billing-and-payments-on-github/viewing-your-github-actions-usage
|
||||||
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/viewing-your-github-actions-usage
|
- /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions/viewing-your-github-actions-usage
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Automating projects (beta)
|
title: Automating projects (beta)
|
||||||
intro: 'You can use the API and {% data variables.product.prodname_actions %} to manage your projects.'
|
intro: 'You can use the API and {% data variables.product.prodname_actions %} to manage your projects.'
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
allowTitleToDifferFromFilename: true
|
allowTitleToDifferFromFilename: true
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Actions
|
title: Actions
|
||||||
product: '{% data reusables.gated-features.actions %}'
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /v3/actions
|
- /v3/actions
|
||||||
versions:
|
versions:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
{% data variables.product.prodname_actions %} is available with {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, {% data variables.product.prodname_ghe_server %}, and {% data variables.product.prodname_ghe_managed %}. {% data variables.product.prodname_actions %} is not available for private repositories owned by accounts using legacy per-repository plans.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{% data reusables.gated-features.actions-shared %} {% ifversion fpt or ghec %}{% data reusables.gated-features.more-info %}{% endif %}
|
|
||||||
@@ -1 +1 @@
|
|||||||
{% ifversion fpt or ghec %}For more information, see "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."{% endif %}
|
{% ifversion fpt or ghec %}For more information, see "[{% data variables.product.prodname_dotcom %}'s products](/get-started/learning-about-github/githubs-products)."{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user