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