From 5ba34fc1a7a1765843572bf689c11c962f95f942 Mon Sep 17 00:00:00 2001 From: Ivan Magda Date: Thu, 12 Oct 2023 13:53:56 +0400 Subject: [PATCH] GitHub Actions: fix update beta deployment conditions --- .github/workflows/android_beta_deployment.yml | 2 ++ .github/workflows/ios_beta_deployment.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/android_beta_deployment.yml b/.github/workflows/android_beta_deployment.yml index 5e2c164497..c69c77f5f2 100644 --- a/.github/workflows/android_beta_deployment.yml +++ b/.github/workflows/android_beta_deployment.yml @@ -18,6 +18,8 @@ jobs: files-changed: name: Detect changes uses: ./.github/workflows/detect_changed_files_reusable_workflow.yml + with: + base: ${{ github.ref }} # Run Gradle Wrapper Validation Action to verify the wrapper's checksum gradle-wrapper-validation: diff --git a/.github/workflows/ios_beta_deployment.yml b/.github/workflows/ios_beta_deployment.yml index ea0e7bc503..7acb70d4a1 100644 --- a/.github/workflows/ios_beta_deployment.yml +++ b/.github/workflows/ios_beta_deployment.yml @@ -18,6 +18,8 @@ jobs: files-changed: name: Detect changes uses: ./.github/workflows/detect_changed_files_reusable_workflow.yml + with: + base: ${{ github.ref }} # Run Gradle Wrapper Validation Action to verify the wrapper's checksum gradle-wrapper-validation: