From bfb9b36c2a842bd2de253c9fd2fc41a136bfb413 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 17 Apr 2024 18:43:49 +0200 Subject: [PATCH] fix: action --- .github/workflows/label-issue.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 833dd8c..70df20d 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -38,6 +38,8 @@ jobs: # you must check out the repository - name: Checkout uses: actions/checkout@v4 + - name: Install Dependencies + run: npm install @actions/core @actions/github - name: Hello world action step uses: ./.github/github-action/ # Uses an action in the root directory id: hello