From e843e673dd3cb175f057ec756cb35df85818446d Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Fri, 6 Oct 2023 10:29:31 +0200 Subject: [PATCH 1/2] fix(docs): fix invalid pull request casing in docs --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31085ff..d525af8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: # Default: false error-on-no-successful-workflow: '' - # The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull-request, release etc. + # The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull_request, release etc. # # Default: push last-successful-event: '' diff --git a/action.yml b/action.yml index 0a0cd63..b6690d4 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: 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." default: "false" last-successful-event: - description: "The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull-request, release etc" + description: "The type of event to check for the last successful commit corresponding to that workflow-id, e.g. push, pull_request, release etc" default: "push" working-directory: description: "The directory where your repository is located" From 6d40f2a60b6c3aff7f73227a0e593243eedfaf30 Mon Sep 17 00:00:00 2001 From: Miroslav Jonas Date: Fri, 6 Oct 2023 13:43:39 +0200 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a008fd..4488d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.3.2", + "version": "4.0.1", "license": "MIT", "description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action", "scripts": {