Created
March 28, 2021 03:15
-
-
Save KyMidd/c60b3144a1b96ad5cd28acd4e84bbc1c 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 [[ $line == *"will be created"* ]]; then | |
| echo "##[section]Approval not required for" $resource_path | |
| approvalRequired="no" | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment