Skip to content

Commit

Permalink
[UTI-2480] Update set-output usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Rybakov committed Nov 29, 2022
1 parent 649c04c commit c82449f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion jenkins/job_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def initialize(args)
def call
queue_item_location = queue_job(job_name, job_params)
job_run_url = get_job_run_url(queue_item_location, job_timeout)
puts "::set-output name=jenkins_job_url::#{job_run_url}"
puts "echo 'jenkins_job_url=#{job_run_url}' >> $GITHUB_OUTPUT"
puts "Job run URL: #{job_run_url}"

if @async_mode
Expand Down

0 comments on commit c82449f

Please sign in to comment.