Skip to content

Commit a838cc5

Browse files
committed
don't mention the setting twice
1 parent 9fb9223 commit a838cc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ How this works:
1515
To use the `issue-from-pytest-log` action in workflows, simply add a new step:
1616

1717
> [!WARNING]
18-
> The action won't run properly unless either `issues: write` permissions are requested as shown above or the actions are granted read/write permissions in the repository settings.
18+
> The action won't run properly unless either `issues: write` permissions are requested as shown below or the actions are granted read/write permissions in the repository settings.
1919
2020
```yaml
2121
jobs:
@@ -26,7 +26,6 @@ jobs:
2626
...
2727

2828
permissions:
29-
# or set actions permissions in the repo settings to read/write
3029
issues: write
3130

3231
...

0 commit comments

Comments
 (0)