1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Actions: bug fix hour PR (#39602)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
hubwriter
2023-07-25 06:55:06 +01:00
committed by GitHub
parent c4b1ee173b
commit c5ad5e6868
4 changed files with 10 additions and 1 deletions

View File

@@ -68,6 +68,12 @@ This example demonstrates using the `actions-sync` tool to sync an individual ac
1. Download and extract the latest [`actions-sync` release](https://github.com/actions/actions-sync/releases) for your machine's operating system.
1. Create a directory to store cache files for the tool.
1. In your terminal, change to the `bin` directory within the release directory you just extracted. For example:
```shell
cd PATH/TO/gh_DATETIME_OS_ARCHITECTURE/bin
```
1. Run the `actions-sync sync` command:
```shell