Skip to content

Commit fa4f2b6

Browse files
committed
try it
1 parent 222ed5a commit fa4f2b6

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_build_status": {{ freq .build.status "success" }}
2424
}
2525
}
2626
debug: true

0 commit comments

Comments
 (0)