Refactor build workflow to include debug inputs

This commit is contained in:
mauro-balades
2024-10-05 18:55:24 +02:00
parent 69653bb402
commit 1ec4c2ba9d

View File

@@ -49,6 +49,11 @@ jobs:
echo "create_release: ${{ inputs.create_release }}"
echo "update_version: ${{ inputs.update_version }}"
echo "update_branch: ${{ inputs.update_branch }}"
echo "inputs.update_version == 'false': ${{ inputs.update_version == 'false' }}"
echo "GITHUB_REPOSITORY: ${{ github.repository }}"
echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}"
echo "GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}"
echo "GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
build-data:
permissions: