Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions melange-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ inputs:
Whether to use an empty workspace or not.
default: 'false'

source-dir:
description: |
The source directory to use if empty-workspace is false.
default: ${{ github.workspace }}

workdir:
description: |
Switch to this directory prior to running build
Expand Down Expand Up @@ -127,6 +132,7 @@ runs:
keyring-append: ${{ inputs.keyring-append }}
empty-workspace: ${{ inputs.empty-workspace }}
namespace: ${{ inputs.namespace }}
source-dir: ${{ inputs.source-dir }}
workdir: ${{ inputs.workdir }}
cache-dir: ${{ inputs.cache-dir }}
pipeline-dir: ${{ inputs.pipeline-dir }}
Expand Down