Skip to content

Commit 1b4f763

Browse files
authored
fix yaml spacing
1 parent e993ad5 commit 1b4f763

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
@@ -10,7 +10,7 @@ A GitHub action that validates the last tested plugin version against the curren
1010
name: Validate Plugin Version
1111
on:
1212
schedule:
13-
- cron: '0 0 * * 0'
13+
- cron: '0 0 * * 0'
1414
permissions:
1515
contents: write
1616
pull-requests: write
@@ -47,4 +47,4 @@ The branch to create the PR against. If not specified, the action will use the `
4747

4848
## Permissions
4949

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

Comments
 (0)