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