Skip to content

Commit 9e01a28

Browse files
committed
(MAINT) typo fix in message
1 parent 4b20a6c commit 9e01a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/provision_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def provision(platform, inventory, vars, retry_attempts)
8989
if ENV['GITHUB_RUN_ID']
9090
job_url = ENV['GITHUB_URL'] || "https://api.github.com/repos/#{ENV.fetch('GITHUB_REPOSITORY', nil)}/actions/runs/#{ENV['GITHUB_RUN_ID']}"
9191
else
92-
puts 'Using GITHUB_TOKEN as no GITHHUB_RUN_ID found'
92+
puts 'Using GITHUB_TOKEN as no GITHUB_RUN_ID found'
9393
end
9494
uri = URI.parse(ENV['SERVICE_URL'] || default_uri)
9595
cloud = ENV.fetch('CLOUD', nil)

0 commit comments

Comments
 (0)