From d1b7788680ad45f14f92c4dd7810d718fd678476 Mon Sep 17 00:00:00 2001 From: Nizar Mahmoud Date: Sat, 7 Mar 2020 18:50:24 +0200 Subject: [PATCH] Fix: Updated README.md to add Checkout Action --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b85e72f..393fc9a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Minifies JS and CSS files with UglifyJS and CleanCSS ``` steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it + - uses: actions/checkout@v2 + - name: Auto Minify uses: actions/auto-minify@v1 ``` @@ -23,6 +26,9 @@ steps: ``` steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it + - uses: actions/checkout@v2 + - name: Auto Minify uses: actions/auto-minify@v1 with: @@ -33,6 +39,9 @@ steps: ``` steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it + - uses: actions/checkout@v2 + - name: Auto Minify uses: actions/auto-minify@v1 with: