Skip to content

Commit 5da6c2e

Browse files
committed
Prettier
1 parent 04dad49 commit 5da6c2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

actions/branch-out-upload/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ inputs:
4343
trunk-job-url:
4444
description: "The URL to the job run"
4545
required: true
46-
default: ${{ format('https://github.com/{0}/actions/runs/{1}/job/{2}',
46+
default:
47+
${{ format('https://github.com/{0}/actions/runs/{1}/job/{2}',
4748
github.repository, github.run_id, job.check_run_id) }}
4849

4950
trunk-previous-step-outcome:

0 commit comments

Comments
 (0)