Skip to content

Commit fd12b1e

Browse files
committed
chore: Clone folder
1 parent cd670e2 commit fd12b1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/lock.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- name: Setup lock-discussion project
2121
run: |
2222
echo "the PWD is : ${PWD}"
23-
cd ./.github/workflows/lock-discussion
23+
cp -r components/.github/workflows/lock-discussion lock-discussion
24+
cd lock-discussion
2425
npm i --force
2526
2627
- name: Run lock discussion
2728
run: |
28-
cd ./.github/workflows/lock-discussion
29+
cd lock-discussion
2930
npm run lock --TOKEN=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)