-
-
Save KyMidd/ec8fcf329ffc0edd9eac83fe3680dc69 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
else | |
# Normal rules apply, creating PR | |
gh pr create -b $pr_body -t $commit_message -B $base_branch || true | |
fi | |
# Cleanup files | |
cd ../ | |
rm -rf $repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment