Multiple args fix

This commit is contained in:
2025-12-23 07:03:30 +01:00
parent 5c307f9c0b
commit 8f583bb165

View File

@@ -12,8 +12,8 @@ runs:
using: docker using: docker
image: Dockerfile image: Dockerfile
args: args:
- ${{ inputs.args }} - "${{ inputs.args }}"
- ${{ inputs.extra_system_packages }} - "${{ inputs.extra_system_packages }}"
branding: branding:
icon: book icon: book
color: red color: red