1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Remove trailing spaces from Markdown

This commit is contained in:
Rachael Sewell
2023-09-21 16:20:15 -07:00
parent 9baf0f230f
commit 9608f7ebae
88 changed files with 216 additions and 216 deletions

View File

@@ -90,7 +90,7 @@ This example demonstrates using the `actions-sync` tool to sync an individual ac
- `--destination-token`: A {% data variables.product.pat_generic %} for the destination enterprise instance.
- `--destination-url`: The URL of the destination enterprise instance.
- `--repo-name`: The action repository to sync. This takes the format of `owner/repository:destination_owner/destination_repository`.
- The above example syncs the [`actions/stale`](https://github.com/actions/stale) repository to the `synced-actions/actions-stale` repository on the destination enterprise instance. You must create the organization named `synced-actions` in your enterprise before running the above command.
- If you omit `:destination_owner/destination_repository`, the tool uses the original owner and repository name for your enterprise. Before running the command, you must create a new organization in your enterprise that matches the owner name of the action. Consider using a central organization to store the synced actions in your enterprise, as this means you will not need to create multiple new organizations if you sync actions from different owners.
- You can sync multiple actions by replacing the `--repo-name` parameter with `--repo-name-list` or `--repo-name-list-file`. For more information, see the [`actions-sync` README](https://github.com/actions/actions-sync#actions-sync).