We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dad49 commit 5da6c2eCopy full SHA for 5da6c2e
1 file changed
actions/branch-out-upload/action.yml
@@ -43,7 +43,8 @@ inputs:
43
trunk-job-url:
44
description: "The URL to the job run"
45
required: true
46
- default: ${{ format('https://github.com/{0}/actions/runs/{1}/job/{2}',
+ default:
47
+ ${{ format('https://github.com/{0}/actions/runs/{1}/job/{2}',
48
github.repository, github.run_id, job.check_run_id) }}
49
50
trunk-previous-step-outcome:
0 commit comments