Skip to content

Commit

Permalink
update wokflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ujala-singh committed Apr 8, 2024
1 parent 25d7df5 commit 479e899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/create-pr-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ Changes tested on
- [ ] [MABL Tests Link]() (if any)
- [ ] [Successful Workflow Links]() (if any)
EOF

echo "$BODY_FILE"
}

# Function to create the main branch PR
Expand Down Expand Up @@ -78,6 +76,7 @@ cleanup_temp_files() {
}

BODY_FILE="$(create_body_file "$PR_NUMBER" "$PR_URL")"
echo "$BODY_FILE"
create_main_branch_pr "$PR_NUMBER" "$BODY_FILE" "$PR_USER"
cleanup_temp_files "$BODY_FILE"

Expand Down

0 comments on commit 479e899

Please sign in to comment.