mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-06 14:47:45 -07:00
debug output
This commit is contained in:
parent
a6bb695666
commit
7637bbe3ca
1 changed files with 10 additions and 0 deletions
10
.github/workflows/find-packages.yml
vendored
10
.github/workflows/find-packages.yml
vendored
|
|
@ -35,6 +35,16 @@ jobs:
|
|||
jira_ticket_number: ${{ inputs.jira_ticket_number }}
|
||||
secrets: inherit
|
||||
|
||||
debug-outputs:
|
||||
name: Debug Outputs
|
||||
needs: find-packages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "discovered_packages: '${{ needs.find-packages.outputs.discovered_packages }}'"
|
||||
echo "cura_package: '${{ needs.find-packages.outputs.cura_package }}'"
|
||||
echo "package_overrides: '${{ needs.find-packages.outputs.package_overrides }}'"
|
||||
|
||||
installers:
|
||||
name: Create installers
|
||||
needs: find-packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue