Skip to content

Commit cd670e2

Browse files
committed
chore: Echo directory
1 parent 0448ea6 commit cd670e2

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
@@ -19,10 +19,11 @@ jobs:
1919
steps:
2020
- name: Setup lock-discussion project
2121
run: |
22-
cd components/.github/workflows/lock-discussion
22+
echo "the PWD is : ${PWD}"
23+
cd ./.github/workflows/lock-discussion
2324
npm i --force
2425
2526
- name: Run lock discussion
2627
run: |
27-
cd components/.github/workflows/lock-discussion
28+
cd ./.github/workflows/lock-discussion
2829
npm run lock --TOKEN=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)