From 3123aab0c2d1668d6fcd45393cf46843c583d6ec Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:35:55 +0200 Subject: [PATCH] Fix: typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d71359..36e691e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ With a target: - name: Brotli compress the html, css and js files in the "build" directory id: brotli - uses: charlesworth/compress-action@1.0 + uses: charlesworth/compress-action@1.0.0 with: target-directory: 'build' @@ -32,4 +32,4 @@ Without a target (target the root of the workspace): - name: Brotli compress the html, css and js files in repository id: brotli - uses: charlesworth/compress-action@1.0 + uses: charlesworth/compress-action@1.0.0