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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A GitHub action that validates the last tested plugin version against the curren
10
10
name: Validate Plugin Version
11
11
on:
12
12
schedule:
13
-
- cron: '0 0 * * 0'
13
+
- cron: '0 0 * * 0'
14
14
permissions:
15
15
contents: write
16
16
pull-requests: write
@@ -47,4 +47,4 @@ The branch to create the PR against. If not specified, the action will use the `
47
47
48
48
## Permissions
49
49
50
-
The `write` permissions on `contents` and `pull-requests` are important. They are required for the action to commit the changes back to the repository and open a pull request. The only files affected by the action are files named `readme.txt`, `README.md` or those files matching the pattern (looking for "Tested Up To" in the file) that have been specified in the `filenames` input.
50
+
The `write` permissions on `contents` and `pull-requests` are important. They are required for the action to commit the changes back to the repository and open a pull request. The only files affected by the action are files named `readme.txt`, `README.md` or those files matching the pattern (looking for "Tested Up To" in the file) that have been specified in the `filenames` input.
0 commit comments