Skip to content

Commit

Permalink
chore: Clone folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Dani committed Aug 8, 2024
1 parent cd670e2 commit fd12b1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Setup lock-discussion project
run: |
echo "the PWD is : ${PWD}"
cd ./.github/workflows/lock-discussion
cp -r components/.github/workflows/lock-discussion lock-discussion
cd lock-discussion
npm i --force
- name: Run lock discussion
run: |
cd ./.github/workflows/lock-discussion
cd lock-discussion
npm run lock --TOKEN=${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd12b1e

Please sign in to comment.