diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e27c32649..20fa5bdae0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,8 @@ Before you make your changes, check to see if an [issue exists](https://github.c If you spot something new, open an issue using a [template](https://github.com/github/docs/issues/new/choose). We'll use the issue to have a conversation about the problem you want to fix. +**Note:** We cannot accept contributions to the [REST API reference documentation](https://docs.github.com/en/rest/reference). If you spot an inaccuracy in the REST API reference documentation, open an issue in the [github/rest-api-description](https://github.com/github/rest-api-description/issues/new?template=schema-inaccuracy.md) repository. + ### Ready to make a change? Fork the repo Fork using GitHub Desktop: diff --git a/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync.png b/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync.png new file mode 100644 index 0000000000..c88e669e31 Binary files /dev/null and b/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync.png differ diff --git a/assets/images/help/settings/theme-choose-a-single-theme.png b/assets/images/help/settings/theme-choose-a-single-theme.png new file mode 100644 index 0000000000..a63837059e Binary files /dev/null and b/assets/images/help/settings/theme-choose-a-single-theme.png differ diff --git a/assets/images/help/settings/theme-mode-drop-down-menu.png b/assets/images/help/settings/theme-mode-drop-down-menu.png new file mode 100644 index 0000000000..3e2599affe Binary files /dev/null and b/assets/images/help/settings/theme-mode-drop-down-menu.png differ diff --git a/assets/images/help/settings/theme-settings-radio-buttons.png b/assets/images/help/settings/theme-settings-radio-buttons.png deleted file mode 100644 index 0ff46c06b4..0000000000 Binary files a/assets/images/help/settings/theme-settings-radio-buttons.png and /dev/null differ diff --git a/assets/images/octicons/hamburger.svg b/assets/images/octicons/hamburger.svg index ed3357e45b..1f07d96dc0 100644 --- a/assets/images/octicons/hamburger.svg +++ b/assets/images/octicons/hamburger.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/assets/images/octicons/search.svg b/assets/images/octicons/search.svg index a85c44c281..fec5946f4d 100644 --- a/assets/images/octicons/search.svg +++ b/assets/images/octicons/search.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/assets/images/octicons/x.svg b/assets/images/octicons/x.svg index 017868ac0a..e5a43e31e6 100644 --- a/assets/images/octicons/x.svg +++ b/assets/images/octicons/x.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/content/actions/guides/about-packaging-with-github-actions.md b/content/actions/guides/about-packaging-with-github-actions.md index 0b3d9fb516..7e9f27871e 100644 --- a/content/actions/guides/about-packaging-with-github-actions.md +++ b/content/actions/guides/about-packaging-with-github-actions.md @@ -45,7 +45,7 @@ In addition to uploading packaging artifacts for testing in a continuous integra * **Publish packages to {% data variables.product.prodname_registry %}** {% data variables.product.prodname_registry %} can act as a package hosting service for many types of packages. You can choose to share your packages with all of {% data variables.product.prodname_dotcom %}, or private packages to share with collaborators or an organization. For more information, see "[About {% data variables.product.prodname_registry %}](/github/managing-packages-with-github-packages/about-github-packages)." - You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of master easily, by installing it from {% data variables.product.prodname_registry %}. + You may want to publish packages to {% data variables.product.prodname_registry %} on every push into the default branch. This will allow developers on your project to always be able to run and test the latest build out of the main branch easily, by installing it from {% data variables.product.prodname_registry %}. * **Publish packages to a package registry** For many projects, publishing to a package registry is performed whenever a new version of a project is released. For example, a project that produces a JAR file may upload new releases to the Maven Central repository. Or, a .NET project may produce a nuget package and upload it to the NuGet Gallery. diff --git a/content/actions/guides/index.md b/content/actions/guides/index.md index 4046b2bf8a..6ba486d6eb 100644 --- a/content/actions/guides/index.md +++ b/content/actions/guides/index.md @@ -70,6 +70,7 @@ includeGuides: - /actions/guides/commenting-on-an-issue-when-a-label-is-added - /actions/guides/moving-assigned-issues-on-project-boards - /actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column + - /actions/guides/managing-github-actions-with-github-cli --- @@ -104,3 +105,4 @@ includeGuides: + diff --git a/content/actions/guides/managing-github-actions-with-github-cli.md b/content/actions/guides/managing-github-actions-with-github-cli.md new file mode 100644 index 0000000000..b337f7490f --- /dev/null +++ b/content/actions/guides/managing-github-actions-with-github-cli.md @@ -0,0 +1,37 @@ +--- +title: Managing GitHub Actions with GitHub CLI +intro: 'You can use {% data variables.product.prodname_cli %} to interact with {% data variables.product.prodname_actions %}.' +product: '{% data reusables.gated-features.actions %}' +versions: + free-pro-team: '*' + enterprise-server: '>=2.22' + github-ae: '*' +type: 'overview' +topics: + - 'Workflows' +--- + +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} +{% data reusables.actions.ae-beta %} + +### Setting up {% data variables.product.prodname_cli %} + +{% data reusables.cli.download-update-cli %} {% data reusables.cli.actions-cli-version %} {% data reusables.cli.cli-manual %} + +{% data reusables.cli.cli-auth %} + +{% data reusables.cli.cli-repo %} + +### Managing {% data variables.product.prodname_actions %} with {% data variables.product.prodname_cli %} + +To view all available commands related to {% data variables.product.prodname_actions %}, run `gh actions`. + +For more information on using commands in specific scenarios, see the following procedures: + +- "[Re-running a workflow](/actions/managing-workflow-runs/re-running-a-workflow#re-run-a-workflow-through-github-cli)" +- "[Manually running a workflow](/actions/managing-workflow-runs/manually-running-a-workflow#running-a-workflow-using-github-cli)" +- "[Downloading workflow artifacts](/actions/managing-workflow-runs/downloading-workflow-artifacts#download-artifacts-through-github-cli)" +- "[Using workflow run logs](/actions/managing-workflow-runs/using-workflow-run-logs#viewing-logs-through-github-cli)" +- "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history#viewing-workflow-run-history-with-github-cli)" +- "[Disabling and enabling a workflow](/actions/managing-workflow-runs/disabling-and-enabling-a-workflow#disabling-and-enabling-workflows-through-github-cli)" diff --git a/content/actions/index.md b/content/actions/index.md index f289ebb7f7..62205a48e4 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -46,29 +46,4 @@ versions: - - - -{% assign actionsCodeExamples = site.data.variables.action_code_examples %} -{% if actionsCodeExamples %} -
It looks like we don't have an example that fits your filter.
Try another filter or add your code example
It looks like we don't have an example that fits your filter.
Try another filter or add your code example