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