Skip to content
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

Fix GHA environment check #241

Open
moklidia opened this issue Jul 5, 2023 · 0 comments
Open

Fix GHA environment check #241

moklidia opened this issue Jul 5, 2023 · 0 comments
Labels
dev test Low risk issue that should be tested by developer only

Comments

@moklidia
Copy link
Collaborator

moklidia commented Jul 5, 2023

This check never returns true

    def github_actions_exists?
      return unless ENV['GITHUB_ACTIONS']
    end

As the output is empty, the next step after deployment fails

@moklidia moklidia added the dev test Low risk issue that should be tested by developer only label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev test Low risk issue that should be tested by developer only
Projects
None yet
Development

No branches or pull requests

1 participant