Skip to content

Commit

Permalink
Port 3193 support update status with git hub actions logs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirsegev authored May 17, 2023
1 parent f496e3e commit 41dbb7d
Show file tree
Hide file tree
Showing 17 changed files with 21,519 additions and 19,317 deletions.
19 changes: 17 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
description: 'Client secret'
operation:
required: true
description: 'One of the following operations: GET, UPSERT, SEARCH, BULK_UPSERT'
description: 'One of the following operations: GET, UPSERT, SEARCH, BULK_UPSERT, PATCH_RUN'
default: 'UPSERT'
query:
required: false
Expand Down Expand Up @@ -47,10 +47,25 @@ inputs:
entities:
required: false
description: 'The entities to be used for BULK_UPSERT operation'
link:
required: false
description: 'The Port action link'
summary:
required: false
description: 'The port action summary'
externalRunId:
required: false
description: 'The port action external run id'
status:
required: false
description: 'The port action status (success, failure)'
logMessage:
required: false
description: 'The port action log message'
outputs:
identifier:
description: 'The identifier of the created entity'
identifiers:
identifiers:
description: 'When using BULK_UPSERT operation, this is the identifiers array output'
entity:
description: 'The full JSON string entity'
Expand Down
Loading

0 comments on commit 41dbb7d

Please sign in to comment.