Skip to content

Commit e030f11

Browse files
committed
Fix plugin lint
1 parent 56ae66b commit e030f11

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Inspired by a desire to show releases on metrics graphs, and to include informat
1919
```yml
2020
steps:
2121
- plugins:
22-
envato/create-datadog-event#v0.0.1:
23-
api_key: $DATADOG_API_KEY
24-
aggregation_key: $BUILDKITE_BUILD_ID
25-
title: Deploying $BUILDKITE_PIPELINE_SLUG
26-
text: >
27-
Deploying $BUILDKITE_BRANCH/$BUILDKITE_COMMIT on behalf of
28-
$BUILDKITE_BUILD_CREATOR. More details: $BUILDKITE_BUILD_URL
29-
tags:
30-
- event-type:deployment
31-
- state:started
32-
- branch:$BUILDKITE_BRANCH
22+
- envato/create-datadog-event#v0.0.1:
23+
api_key: $DATADOG_API_KEY
24+
aggregation_key: $BUILDKITE_BUILD_ID
25+
title: Deploying $BUILDKITE_PIPELINE_SLUG
26+
text: >
27+
Deploying $BUILDKITE_BRANCH/$BUILDKITE_COMMIT on behalf of
28+
$BUILDKITE_BUILD_CREATOR. More details: $BUILDKITE_BUILD_URL
29+
tags:
30+
- event-type:deployment
31+
- state:started
32+
- branch:$BUILDKITE_BRANCH
3333
# don't fail the deploy if the event failed
3434
soft_fail:
3535
- exit_status: '*'

0 commit comments

Comments
 (0)