Skip to content

Commit a6d4451

Browse files
committed
.drone.yml: use build.source instead of build.branch
1 parent 5b1d5e7 commit a6d4451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
from_secret: on-droneci-complete-github-token
1616
template: |
1717
{
18-
"ref": "{{ build.branch }}",
18+
"ref": "{{ build.source }}",
1919
"inputs": {
2020
"github_sha": "{{ build.commit }}",
2121
"drone_build_status": "{{ build.status }}"

0 commit comments

Comments
 (0)