Detect Changes
Source: workflows/kmp-cloud-detect-changes.yml
Runner: ubuntu-latest
Usage
jobs:
detect-changes:
uses: futuredapp/.github/.github/workflows/kmp-cloud-detect-changes.yml@2.2.0
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
USE_GIT_LFS |
boolean |
No | False |
Whether to download Git-LFS files |
Outputs
| Name | Description |
|---|---|
iosFiles |
Whether files affecting iOS build changed (all files except those in androidApp/) |
androidFiles |
Whether files affecting Android build changed (all files except those in iosApp/) |