-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved environment variables outside function to avoid redundancy. #13
base: main
Are you sure you want to change the base?
Conversation
…ctions, since it's only required once. Signed-off-by: kefaslungu <jameskefaslungu@gmail.com>
@microsoft-github-policy-service agree |
@kefaslungu : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
#sign-off |
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @eric-urban |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
Learn Build status updates of commit f2e5700: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Removed setting of environment variables from inside function, since it's only required once.
Since the environment variables will only be set once, it's better outside the function since it can be called as many times as necessary, but it's only required to set the key and region once.