From e8cbea75cf9134092857c2ecd521e8652b14e5a6 Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:38:16 -0300 Subject: [PATCH] Fix entrypoint permission and update README --- README.md | 6 ------ entrypoint.sh | 0 2 files changed, 6 deletions(-) mode change 100644 => 100755 entrypoint.sh diff --git a/README.md b/README.md index 44bc7ee..7616793 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,4 @@ Add this as a step to your build & deploy job in GitHub: ```yaml - name: Blur site 🌫️ uses: blurry-dev/setup-blurry@v0.3 - with: - context: . - cache-from: type=gha - cache-to: type=gha,mode=max ``` - -The example includes using the experimental [GitHub Actions cache for Docker](https://docs.docker.com/build/ci/github-actions/cache/#github-cache) \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755