Skip to content

Commit

Permalink
Update service_test2.yml
Browse files Browse the repository at this point in the history
Signed-off-by: bm8 bmFtZQ <[email protected]>
  • Loading branch information
tainguyenbp authored May 23, 2024
1 parent 0cf2ac0 commit bc32d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service_test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
for ITEM in $INPUT_DESC; do
echo "ITEM is : ${ITEM}"
# Extract description and value
WORKFLOW_NAME=${{ github.event.inputs.${ITEM} }}
WORKFLOW_NAME=${{ github.event.inputs.[$ITEM] }}
echo "WORKFLOW_NAME parse input: WORKFLOW_NAME"
# Check if the description corresponds to a workflow in the list and its value is true
Expand Down

0 comments on commit bc32d1f

Please sign in to comment.