fix: fix action dep issue

This commit is contained in:
yike5460
2024-10-09 08:30:19 +00:00
parent d9590d6504
commit 552578a0ee

View File

@@ -28,8 +28,10 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install dependencies @actions/core and @actions/github
run: |
npm install @actions/core
npm install @actions/github
shell: bash
# check if required dependencies @actions/core and @actions/github are installed