Skip to content

Commit

Permalink
Update entrypoint.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Albarello <1678497+matiasalbarello@users.noreply.github.com>
  • Loading branch information
codezninja and matiasalbarello authored Aug 12, 2022
1 parent b7af3bd commit 8e0c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
verbose = ENV["VERBOSE"]
wait = ENV["WAIT_INTERVAL"]
workflow_name = ENV["RUNNING_WORKFLOW_NAME"]
api_endpoint = ENV.fetch("API_ENDPOINT", "").strip.empty? ? "https://api.github.com" : ENV["API_ENDPOINT"]
api_endpoint = ENV.fetch("API_ENDPOINT", "https://api.github.com")

GithubChecksVerifier.configure do |config|
config.allowed_conclusions = allowed_conclusions.split(",").map(&:strip)
Expand Down

0 comments on commit 8e0c618

Please sign in to comment.