Refactor build workflow to include debug inputs

This commit is contained in:
mauro-balades
2024-10-05 18:53:20 +02:00
parent 988d5a2535
commit 69653bb402

View File

@@ -40,6 +40,16 @@ on:
type: 'string'
jobs:
debug-inputs:
name: Debug inputs
runs-on: ubuntu-latest
steps:
- name: Debug
run: |
echo "create_release: ${{ inputs.create_release }}"
echo "update_version: ${{ inputs.update_version }}"
echo "update_branch: ${{ inputs.update_branch }}"
build-data:
permissions:
contents: write