Skip to content

Commit

Permalink
chore: Remove checkout in action
Browse files Browse the repository at this point in the history
  • Loading branch information
taheramr committed Sep 11, 2023
1 parent c690267 commit dad8cc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dad8cc7

Please sign in to comment.