Skip to content

Commit 27d031a

Browse files
authored
fix(docs): fix invalid pull request casing in docs (nrwl#123)
1 parent f57e638 commit 27d031a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Default: false
8383
error-on-no-successful-workflow: ''
8484

85-
# The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull-request, release etc.
85+
# The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull_request, release etc.
8686
#
8787
# Default: push
8888
last-successful-event: ''

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: "By default, if no successful workflow is found on the main branch to determine the SHA, we will log a warning and use HEAD~1. Enable this option to error and exit instead."
1313
default: "false"
1414
last-successful-event:
15-
description: "The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull-request, release etc"
15+
description: "The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull_request, release etc"
1616
default: "push"
1717
working-directory:
1818
description: "The directory where your repository is located"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action",
66
"scripts": {

0 commit comments

Comments
 (0)