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:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies @actions/core and @actions/github
|
||||||
run: npm ci
|
run: |
|
||||||
|
npm install @actions/core
|
||||||
|
npm install @actions/github
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# check if required dependencies @actions/core and @actions/github are installed
|
# check if required dependencies @actions/core and @actions/github are installed
|
||||||
|
|||||||
Reference in New Issue
Block a user