[community](action) modify auto trigger teamcity script (#19095)
This commit is contained in:
5
.github/workflows/auto_trigger_teamcity.yml
vendored
5
.github/workflows/auto_trigger_teamcity.yml
vendored
@ -46,10 +46,9 @@ jobs:
|
||||
else
|
||||
echo "Comment was made on an issue, not a pull request."
|
||||
fi
|
||||
comment="${{ env.ISSUE_COMMENT }}"
|
||||
pull_request_num=${{ env.PULL_REQUEST_NUM }}
|
||||
encoded_string=$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "${comment}")
|
||||
comment_message="${comment}"
|
||||
encoded_string=$(perl -MURI::Escape -e 'print uri_escape($ARGV[0]);' "$ISSUE_COMMENT")
|
||||
comment_message="$ISSUE_COMMENT"
|
||||
latest_commit_id="${{ env.LATEST_COMMIT }}"
|
||||
teamcity_url="${{ env.TEAMCITY_URL }}"
|
||||
trigger_pipelines=""
|
||||
|
||||
Reference in New Issue
Block a user