From 8fccc397c5d65058eb39463de73c6e8444aff50e Mon Sep 17 00:00:00 2001 From: Panakotta00 Date: Sat, 26 Oct 2024 11:40:25 +0200 Subject: [PATCH] fix: CI issues --- .github/workflows/build-tools.yml | 5 +++++ .github/workflows/build.yml | 5 +++++ .github/workflows/gen-docs.yml | 4 ++++ .github/workflows/update-docs.yml | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/.github/workflows/build-tools.yml b/.github/workflows/build-tools.yml index 5ec26c574..28ae816ba 100644 --- a/.github/workflows/build-tools.yml +++ b/.github/workflows/build-tools.yml @@ -2,6 +2,11 @@ name: Build Tools on: workflow_dispatch: + inputs: + artifact_name: + required: true + type: string + default: "FicsItNetworks" workflow_call: jobs: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c92f6e768..ec5450765 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,11 @@ name: Build on: workflow_dispatch: + inputs: + artifact_name: + required: true + type: string + default: "FicsItNetworks" workflow_call: inputs: artifact_name: diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 91488dde0..50702c824 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -2,6 +2,10 @@ name: Generate Documentation on: workflow_dispatch: + inputs: + artifact_name: + required: true + type: string workflow_call: inputs: artifact_name: diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 092ffb162..5a3ae51ac 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -2,6 +2,11 @@ name: Update Documentation on: workflow_dispatch: + inputs: + artifact_name: + required: true + type: string + default: "FicsItNetworks" workflow_call: inputs: artifact_name: