Created
October 12, 2021 14:48
-
-
Save KyMidd/f619a71e3f035590bf7313f2aa166c61 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
| # Iterate over each repo | |
| for repo in $org_repos; do | |
| echo "********" | |
| echo "** Cloning repo" $repo "to update Action" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment