From dad8cc7735a98de149302a220c6f99b751035dff Mon Sep 17 00:00:00 2001 From: Amr Mohamed Date: Mon, 11 Sep 2023 21:57:14 +0200 Subject: [PATCH] chore: Remove checkout in action --- .github/actions/build-package/action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/build-package/action.yml b/.github/actions/build-package/action.yml index d6ff9a6..49e8b9d 100644 --- a/.github/actions/build-package/action.yml +++ b/.github/actions/build-package/action.yml @@ -22,11 +22,6 @@ inputs: runs: using: "composite" steps: - - name: Clone - uses: actions/checkout@v3 - with: - repository: cloudscape-design/${{ inputs.package }} - path: ${{ inputs.package }} - name: Use Node.js 16 uses: actions/setup-node@v3 with: