Skip to content

Commit

Permalink
separated
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 27, 2023
1 parent abdc96b commit 585fded
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Actions/DetermineDeliveryTargets/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ outputs:
description: An array of Delivery Targets in compressed JSON format
value: ${{ steps.determineDeliveryTargets.outputs.DeliveryTargetsJson }}
ContextSecrets:
description: A comma-seperated list of Context Secret names used
description: A comma-separated list of Context Secret names used
value: ${{ steps.determineDeliveryTargets.outputs.ContextSecrets }}
runs:
using: composite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
inputs:
projects:
description: Comma-seperated list of project name patterns if the repository is setup for multiple projects (default is * for all projects)
description: Comma-separated list of project name patterns if the repository is setup for multiple projects (default is * for all projects)
required: false
default: '*'
versionNumber:
Expand Down
2 changes: 1 addition & 1 deletion Tests/DetermineDeliveryTargets.Test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Describe "DetermineDeliveryTargets Action Test" {
}
$outputs = [ordered]@{
"DeliveryTargetsJson" = "An array of Delivery Targets in compressed JSON format"
"ContextSecrets" = "A comma-seperated list of Context Secret names used"
"ContextSecrets" = "A comma-separated list of Context Secret names used"
}
YamlTest -scriptRoot $scriptRoot -actionName $actionName -actionScript $actionScript -permissions $permissions -outputs $outputs
}
Expand Down

0 comments on commit 585fded

Please sign in to comment.