Skip to content

Commit 222ed5a

Browse files
committed
fiddle with template format more
1 parent 4b3f903 commit 222ed5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
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' | tojson }}
23+
"drone_succeeded": {{ eq .build.status "success" }}
2424
}
2525
}
2626
debug: true
@@ -32,6 +32,6 @@ trigger:
3232
- pull_request
3333
---
3434
kind: signature
35-
hmac: 64f80f45bacfea906a0a36dedfb08b3f5c8394d2aacfb182e6104300965e2bb5
35+
hmac: 4a1be709cc2c667d3227009365aa340a7779a9d2f439c2c7c23f871c945d6ed3
3636

3737
...

0 commit comments

Comments
 (0)