From 75179f6255ebd85c1ccf5f210823be6f1eb326f6 Mon Sep 17 00:00:00 2001 From: VitalickS Date: Wed, 31 Dec 2025 12:36:51 +0000 Subject: [PATCH] Update .gitea/workflows/publish-nuget.yml --- .gitea/workflows/publish-nuget.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index f840b0e..9896d77 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -9,16 +9,16 @@ on: workflow_dispatch: # Optional: you can add inputs here to prompt for values when manually triggering inputs: - logLevel: - description: 'Log level' + notes: + description: 'Notes' required: true - default: 'warning' + default: 'Just CI Build' jobs: checkout-code: runs-on: ubuntu-latest # Has Git + Node.js for checkout steps: - - name: Checkout repository + - name: Checkout repository for ${{ github.event.inputs.notes }} uses: actions/checkout@v3 with: fetch-depth: 0 # Needed for version detection if used