Skip to content

Fix DRY_RUN always being true#30

Merged
zkoppert merged 2 commits intogithub-community-projects:mainfrom
martincostello:issue-27
Jan 29, 2024
Merged

Fix DRY_RUN always being true#30
zkoppert merged 2 commits intogithub-community-projects:mainfrom
martincostello:issue-27

Conversation

@martincostello
Copy link
Copy Markdown
Contributor

@martincostello martincostello commented Jan 27, 2024

Pull Request

Fix DRY_RUN always being True

Proposed Changes

Fix DRY_RUN always being set to True regardless of whether the value is configured as true or false.

Fixes #27.

Readiness Checklist

Author/Contributor

  • If documentation is needed for this change, has that been included in this pull request
  • run make lint and fix any issues that you have introduced
  • run make test and ensure you have test coverage for the lines you are introducing

Reviewer

  • Label as either bug, documentation, enhancement, infrastructure, or breaking

@zkoppert zkoppert added the bug Something isn't working label Jan 29, 2024
Comment thread env.py Outdated
Comment thread test_env.py Outdated
Co-authored-by: Zack Koppert <zkoppert@github.com>
Copy link
Copy Markdown
Collaborator

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @martincostello ! Appreciate the contribution! ✨

@zkoppert zkoppert merged commit 90b159d into github-community-projects:main Jan 29, 2024
@martincostello martincostello deleted the issue-27 branch January 29, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DRY_RUN is truthy

2 participants