From 4856798e184630df87bcfd6c1a45b54f483048d7 Mon Sep 17 00:00:00 2001 From: edelciomolina Date: Tue, 5 Dec 2023 22:50:05 -0300 Subject: [PATCH] Add: External Clone --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 424a027..2a89ceb 100644 --- a/action.yml +++ b/action.yml @@ -32,10 +32,10 @@ inputs: runs: using: "composite" steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Clone supercharge docs repository + uses: actions/checkout@master with: - ref: main + repository: edelciomolina/bundler-minifier-action - name: NPM Install Dependencies shell: bash