fix: fix action dep issue
This commit is contained in:
6
.github/workflows/aws-genai-cicd-suite.yml
vendored
6
.github/workflows/aws-genai-cicd-suite.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user