From 6d959641612841ddce3d300ec26eabc4070e5578 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Thu, 4 Jan 2024 09:53:16 +0100 Subject: [PATCH] Remove dispatch inputs as they don't seem to work --- .github/workflows/cardano-node.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cardano-node.yaml b/.github/workflows/cardano-node.yaml index a9b5a0eb1c4..20a306242e2 100644 --- a/.github/workflows/cardano-node.yaml +++ b/.github/workflows/cardano-node.yaml @@ -4,21 +4,17 @@ name: Cardano-node on: workflow_dispatch: - version: - description: "Cardano node version to build (git ref)" - required: true - default: "8.7.2" jobs: build-executables-linux: name: "Build x86_64-linux static executables" runs-on: ubuntu-latest steps: - - name: 📥 Checkout cardano-node ${{inputs.version}} + - name: 📥 Checkout cardano-node 8.7.2 uses: actions/checkout@v4 with: repository: IntersectMBO/cardano-node - ref: ${{inputs.version}} + ref: 8.7.2 - name: ❄ Prepare nix uses: cachix/install-nix-action@v23