Skip to content

Commit

Permalink
(MAINT) typo fix in message
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Nov 13, 2024
1 parent 4b20a6c commit 9e01a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/provision_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def provision(platform, inventory, vars, retry_attempts)
if ENV['GITHUB_RUN_ID']
job_url = ENV['GITHUB_URL'] || "https://api.github.com/repos/#{ENV.fetch('GITHUB_REPOSITORY', nil)}/actions/runs/#{ENV['GITHUB_RUN_ID']}"
else
puts 'Using GITHUB_TOKEN as no GITHHUB_RUN_ID found'
puts 'Using GITHUB_TOKEN as no GITHUB_RUN_ID found'
end
uri = URI.parse(ENV['SERVICE_URL'] || default_uri)
cloud = ENV.fetch('CLOUD', nil)
Expand Down

0 comments on commit 9e01a28

Please sign in to comment.