Created
May 3, 2023 01:51
-
-
Save KyMidd/52b3c47f97c821b91c040a00257d6255 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
| # Main function | |
| def lambda_handler(event, context): | |
| (removed) | |
| # Print happy joy joy | |
| print("🚀 Successfully started repo cop workflow targeting repo: " + repo_name) | |
| # Return response code | |
| return return_response_code() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment