Skip to content

Commit b5f3344

Browse files
committed
.drone.yml: try passing as a string ?
1 parent 0dded18 commit b5f3344

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
@@ -39,7 +39,7 @@ steps:
3939
"ref": "{{ build.branch }}",
4040
"inputs": {
4141
"github_sha": "{{ build.commit }}",
42-
"drone_succeeded": {{ if eq build.status "success" }}true{{ else }}false{{ end }}
42+
"drone_succeeded": "{{ if eq build.status "success" }}true{{ else }}false{{ end }}"
4343
}
4444
}
4545
debug: true
@@ -52,6 +52,6 @@ trigger:
5252
- pull_request
5353
---
5454
kind: signature
55-
hmac: 02253cd10dcc7d05f8fe6077d03b053107e646a331b6b54566e570f62bdd1af1
55+
hmac: b590e668edb17735ec751c0dcb3a33e2c2ba98c317e4e5ab0d6b4c152b832798
5656

5757
...

0 commit comments

Comments
 (0)