Skip to content

Commit

Permalink
Update TriggerIntegrationTests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-01 authored Jan 28, 2022
1 parent 241dafe commit 5a926bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/TriggerIntegrationTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ prNumber=$4
frombranch=$5
tobranch=$6
patUser=$7
fromRepo=$8

getPayLoad() {
cat <<EOF
Expand All @@ -17,7 +18,8 @@ getPayLoad() {
"repository": "$repository",
"prNumber": "$prNumber",
"tobranch": "$tobranch",
"frombranch": "$frombranch"
"frombranch": "$frombranch",
"fromRepo": "$fromRepo"
}
}
EOF
Expand Down

0 comments on commit 5a926bd

Please sign in to comment.