Skip to content

Commit 5802518

Browse files
authored
Merge pull request #1 from kirillmorozov/patch-1
docs: fix typo in example
2 parents 5b8b320 + 027176d commit 5802518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Monitor action accepts a `config` input parameter. The configuration is a JS
4848
If the configuration is not provided, the default values are used, but it is recommended to provide a [variable](https://docs.github.com/en/actions/learn-github-actions/variables#defining-configuration-variables-for-multiple-workflows) explicitly even if doesn't exist yet. This will make it easier to provide the configuration later without changing the workflows:
4949

5050
```yaml
51-
- uses: github/actions-permissions/monitor@v1
51+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
5252
with:
5353
config: ${{ vars.PERMISSIONS_CONFIG }}
5454
```

0 commit comments

Comments
 (0)