You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ How this works:
15
15
To use the `issue-from-pytest-log` action in workflows, simply add a new step:
16
16
17
17
> [!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.
19
19
20
20
```yaml
21
21
jobs:
@@ -26,7 +26,6 @@ jobs:
26
26
...
27
27
28
28
permissions:
29
-
# or set actions permissions in the repo settings to read/write
0 commit comments