[community](action) modify auto trigger teamcity script (#19095)

This commit is contained in:
Mingyu Chen
2023-06-15 09:33:46 +08:00
committed by GitHub
parent 460399f214
commit d8a38f8128

View File

@ -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=""