-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Terraform 0.14 upgrade #32
Conversation
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change
.github/workflows/auto-context.yml
Outdated
@@ -34,7 +34,7 @@ jobs: | |||
fi | |||
|
|||
- name: Create Pull Request | |||
if: steps.update.outputs.create_pull_request == 'true' | |||
if: {{ steps.update.outputs.create_pull_request == 'true' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you use expressions in an if conditional, you may omit the expression syntax (${{ }}) because GitHub automatically evaluates the if conditional as an expression. For more information about if conditionals, see Workflow syntax for GitHub Actions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
/test all |
This Pull Request has been updated, so we're dismissing all reviews.
Hii amazing folks, |
what
why