Update .gitea/workflows/publish-nuget.yml

This commit is contained in:
2025-12-31 12:36:51 +00:00
parent 0b294905c7
commit 75179f6255

View File

@@ -9,16 +9,16 @@ on:
workflow_dispatch: workflow_dispatch:
# Optional: you can add inputs here to prompt for values when manually triggering # Optional: you can add inputs here to prompt for values when manually triggering
inputs: inputs:
logLevel: notes:
description: 'Log level' description: 'Notes'
required: true required: true
default: 'warning' default: 'Just CI Build'
jobs: jobs:
checkout-code: checkout-code:
runs-on: ubuntu-latest # Has Git + Node.js for checkout runs-on: ubuntu-latest # Has Git + Node.js for checkout
steps: steps:
- name: Checkout repository - name: Checkout repository for ${{ github.event.inputs.notes }}
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 # Needed for version detection if used fetch-depth: 0 # Needed for version detection if used