Skip to content

Commit

Permalink
pop
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland authored May 12, 2023
1 parent abadcec commit 5357563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
attempt_number: process.env.GITHUB_RUN_ATTEMPT,
});
return data.jobs[0].html_url
return data.jobs.pop().html_url
result-encoding: string

- name: Start deployment
Expand Down

0 comments on commit 5357563

Please sign in to comment.