From 552578a0ee463ca0ed45e568eeb91d42be1f4ed8 Mon Sep 17 00:00:00 2001 From: yike5460 Date: Wed, 9 Oct 2024 08:30:19 +0000 Subject: [PATCH] fix: fix action dep issue --- .github/workflows/aws-genai-cicd-suite.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-genai-cicd-suite.yml b/.github/workflows/aws-genai-cicd-suite.yml index aa42fdc..7c80317 100644 --- a/.github/workflows/aws-genai-cicd-suite.yml +++ b/.github/workflows/aws-genai-cicd-suite.yml @@ -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