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: |