From eea982a7fbf7a44de872a6b88f4e3dd9770b4358 Mon Sep 17 00:00:00 2001 From: Richard Williams <1234richardwilliams@gmail.com> Date: Wed, 10 Jan 2024 15:38:36 +0000 Subject: [PATCH] Action update --- .github/workflows/github-actions-create-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-create-json.yml b/.github/workflows/github-actions-create-json.yml index ee7145f8..60c2e092 100644 --- a/.github/workflows/github-actions-create-json.yml +++ b/.github/workflows/github-actions-create-json.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Parse files and extract json - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + run: node tools/code-set-lookup/index.js - name: Deploy 🚀 run: |