-
-
Save KyMidd/23c2e50f367301afc65d727f0b088bba to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| if [[ $(echo "$CURL" | grep -E "Problems|Not Found") ]]; then | |
| echo "☠️ Something bad happened granting CI user access to the repo, please investigate response:" | |
| echo "$CURL" | |
| else | |
| echo "💥 Successfully granted CI user write access to repo $GH_REPO" | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment