From 4d694d1d1462f53ed03bd089551d070e4bd4ced3 Mon Sep 17 00:00:00 2001 From: alexesprit Date: Tue, 6 Oct 2020 20:33:47 +0300 Subject: [PATCH] Fix indentation in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579cfa8..eb91b09 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ jobs: run: ./scripts/fetch-resources.sh - name: Update resources uses: test-room-7/action-update-file@v1 - with: + with: # Include all JS files from the `dist` directory file-path: dist/*.js commit-msg: Update resources