From eda860c6e795ac718182668cb93e4a41beea2ec5 Mon Sep 17 00:00:00 2001 From: RWesley92 Date: Fri, 25 Oct 2024 15:39:12 +0200 Subject: [PATCH] Update reusable-workflow.yml --- .github/workflows/reusable-workflow.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml index ecd0805..700e203 100644 --- a/.github/workflows/reusable-workflow.yml +++ b/.github/workflows/reusable-workflow.yml @@ -1,19 +1,8 @@ name: Reusable Workflow on: - workflow_dispatch: + workflow_call: inputs: node: required: true type: string - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Output the input value - run: | - echo "The node version to use is: ${{ inputs.node }}"