Skip to content

Commit 637b071

Browse files
authored
fix shorthand
1 parent 6827067 commit 637b071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ If you need support using this project or have questions about it, please [open
88

99
## Use as a GitHub Action
1010

11-
1. Create a repository to host this GitHub Action or select an existing repo.
11+
1. Create a repository to host this GitHub Action or select an existing repository.
1212
1. Create the env values from the sample workflow below (GH_TOKEN, ORGANIZATION) with your information as repository secrets. More info on creating secrets can be found [here](https://docs.github.com/en/actions/security-guides/encrypted-secrets).
1313
Note: Your GitHub token will need to have read/write access to all the repositories in the organization
1414
1. Copy the below example workflow to your repository and put it in the `.github/workflows/` directory with the file extension `.yml` (ie. `.github/workflows/crawler.yml`)
15-
1. Don't forget to do something with the resulting `repos.json` file. You can [move it to another repo]() if needed or [save it as a build artifact](). This will all depend on what you are doing with it and what repo you are running this action out of
15+
1. Don't forget to do something with the resulting `repos.json` file. You can [move it to another repository](https://github.com/marketplace/actions/push-a-file-to-another-repository) if needed or [save it as a build artifact](https://github.com/actions/upload-artifact). This will all depend on what you are doing with it and what repository you are running this action out of.
1616

1717
### Example workflow
1818
```yaml

0 commit comments

Comments
 (0)