From 81f33e309a57c9bdcf7f9e59f3b15ab0b653b7fb Mon Sep 17 00:00:00 2001 From: Aman Chaturvedi Date: Tue, 21 Jan 2025 17:51:47 +0530 Subject: [PATCH] NTP-28802 | merge --- .github/workflows/hardReleaseParent.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/hardReleaseParent.yml b/.github/workflows/hardReleaseParent.yml index ae55b0c2..045290b3 100644 --- a/.github/workflows/hardReleaseParent.yml +++ b/.github/workflows/hardReleaseParent.yml @@ -62,10 +62,10 @@ on: jobs: trigger-generate-apk-tele: uses: ./.github/workflows/hardReleaseTele.yml # Path to the reusable workflow - with: - environment: QA #${{ github.event.inputs.environment }} - releaseType: TEST_BUILD #${{ github.event.inputs.releaseType }} - flavor: callingAgents - type: release #${{ github.event.inputs.type }} - version_code: 300 #${{ github.event.inputs.version_code }} - version_name: 12.2.2 #${{ github.event.inputs.version_name }} \ No newline at end of file + with: + environment: QA #${{ github.event.inputs.environment }} + releaseType: TEST_BUILD #${{ github.event.inputs.releaseType }} + flavor: callingAgents + type: release #${{ github.event.inputs.type }} + version_code: 300 #${{ github.event.inputs.version_code }} + version_name: 12.2.2 #${{ github.event.inputs.version_name }} \ No newline at end of file