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 f9b6b41 commit bbc4084
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 @@ -41,7 +41,7 @@ jobs:
echo "ITEM is : ${ITEM}"
# Extract description and value
value=$(echo "${{ toJson(github.event.inputs) }}" | jq -r "."${ITEM}" // empty")
value=$(echo "${{ toJson(github.event.inputs) }}" | jq -r '.`${ITEM}`')
echo "The value of $ITEM is: $value"
GET_WORKFLOW_NAME="github.event.inputs.${ITEM}"
Expand Down

0 comments on commit bbc4084

Please sign in to comment.