Skip to content

Commit

Permalink
Handle multiple types for advanced scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale authored and mandarini committed May 28, 2024
1 parent bcc7f3a commit 25cc84c
Show file tree
Hide file tree
Showing 4 changed files with 1,374 additions and 1,335 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
last-successful-event: ""

# The path where your repository is. This is only required for cases where the repository code is checked out or moved to a specific path.
# The property can also contain several types separated by comma i.e. schedule,workflow_dispatch
#
# Default: .
working-directory: ""
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
required: false
default: ""
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 or pull_request or release. The property can also contain several types separated by a comma. E.g. schedule,workflow_dispatch."
default: "push"
working-directory:
description: "The directory where your repository is located"
Expand Down
Loading

0 comments on commit 25cc84c

Please sign in to comment.