Update .gitea/workflows/publish-nuget.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user