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 <nguyenngoctaibp@gmail.com>
  • Loading branch information
tainguyenbp authored May 23, 2024
1 parent 41bc2a6 commit 8d042c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/service_test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
for ITEM in $INPUT_DESC; do
echo "ITEM is : ${ITEM}"
# Extract description and value
GET_WORKFLOW_NAME="github.event.inputs.${ITEM}"
echo "GET_WORKFLOW_NAME: ${{ $GET_WORKFLOW_NAME }}"
GET_WORKFLOW_NAME="github.event.inputs.${ITEM}"
# Check if the description corresponds to a workflow in the list and its value is true
if [[ "$WORKFLOW_NAME" == "true" ]]; then
echo "Triggering workflow run for $WORKFLOW_NAME..."
Expand Down

0 comments on commit 8d042c8

Please sign in to comment.