Skip to content

Commit eb0a6f4

Browse files
authored
ci: Fix misformatted Package workflow (#14)
1 parent f8c9b05 commit eb0a6f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
ssh-key: "${{ secrets.COMMIT_KEY }}"
1315
- uses: actions/setup-node@v3
1416
with:
1517
node-version: 16
16-
with:
17-
ssh-key: "${{ secrets.COMMIT_KEY }}"
1818
- name: Install Javascript dependencies with npm
1919
run: npm install
2020
- name: Package action for distribution

0 commit comments

Comments
 (0)