Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/workflows/android-cloud-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ on:
type: string
required: false
default: "24 hours"
CHANGELOG_CACHE_KEY_PREFIX:
description: "Custom prefix for cache keys used by changelog generation. If not provided, will use 'latest_builded_commit-'. If provided, format will be '{prefix}-latest_builded_commit-'."
type: string
required: false
TIMEOUT_MINUTES:
description: "Job timeout in minutes"
required: false
Expand Down Expand Up @@ -118,6 +122,7 @@ jobs:
checkout_depth: ${{ inputs.CHANGELOG_CHECKOUT_DEPTH }}
debug: ${{ inputs.CHANGELOG_DEBUG }}
fallback_lookback: ${{ inputs.CHANGELOG_FALLBACK_LOOKBACK }}
cache_key_prefix: ${{ inputs.CHANGELOG_CACHE_KEY_PREFIX }}
build:
name: Enterprise build
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-cloud-release-googlePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ on:
description: "Google Play applicationId"
required: true
type: string
GOOGLE_PLAY_WHATSNEW_DIRECTORY:
description: "Path to directory with changelog files according to documentation in https://github.com/r0adkll/upload-google-play"
required: true
type: string

## Optional Inputs
USE_GIT_LFS:
Expand Down Expand Up @@ -52,6 +48,10 @@ on:
required: false
type: string
default: 'draft'
GOOGLE_PLAY_WHATSNEW_DIRECTORY:
description: "Path to directory with changelog files according to documentation in https://github.com/r0adkll/upload-google-play"
required: false
type: string
RELEASE_NAME:
description: "Google Play release name. Defaults to VERSION_NAME if not set."
required: false
Expand Down