Skip to content

Commit 4b3f903

Browse files
committed
.drone.yml: pass yaml thru tojson
1 parent 88210c6 commit 4b3f903

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
@@ -20,7 +20,7 @@ steps:
2020
"ref": "{{ build.branch }}",
2121
"inputs": {
2222
"github_sha": "{{ build.commit }}",
23-
"drone_succeeded": {{ eq build.status 'success' }}
23+
"drone_succeeded": {{ eq build.status 'success' | tojson }}
2424
}
2525
}
2626
debug: true

0 commit comments

Comments
 (0)