From e503e9b5c3283ad3fbd9c3c9b8e719a25c85b1b8 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Mon, 20 Sep 2021 09:29:49 +0200 Subject: [PATCH] Make example in readme easier to copy&paste --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b91301..63da498 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ This action uses [Talisman](https://thoughtworks.github.io/talisman/) to scan th ## Example usage ```yml -uses: carhartl/talisman-secrets-scan-action@v1.0 +steps: + - name: Detect secrets with Talisman in incoming commits + uses: carhartl/talisman-secrets-scan-action@v1.0 ``` ## Caveat