From 9a26e658bb9f5a124bda71f6c71a94f932a3ef1c Mon Sep 17 00:00:00 2001 From: Todd Cooper Date: Wed, 13 Nov 2024 15:47:45 -0500 Subject: [PATCH] fix --- action.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 47ebc49..114d38a 100644 --- a/action.yml +++ b/action.yml @@ -8,10 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Install dependencies - run: npm install + - name: Install dependencies + run: npm install