diff --git a/.github/actions/gradle-command-on-pr/action.yaml b/.github/actions/gradle-command-on-pr/action.yaml index 08bcc04a2f..9786b2c85f 100644 --- a/.github/actions/gradle-command-on-pr/action.yaml +++ b/.github/actions/gradle-command-on-pr/action.yaml @@ -4,7 +4,7 @@ inputs: gradle-command: description: "Gradle command to run" required: true - TEAMCITY_DEV_URL: + TEAMCITY_FOUR_FOUR_URL: required: true TEAMCITY_USER: required: true @@ -29,7 +29,7 @@ runs: - name: Calls gradle command shell: bash env: - TEAMCITY_DEV_URL: ${{ inputs.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ inputs.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ inputs.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ inputs.TEAMCITY_PASSWORD }} run: | diff --git a/.github/workflows/generateLicenses-command.yml b/.github/workflows/generateLicenses-command.yml index 68f3953ed4..d43d29f00e 100644 --- a/.github/workflows/generateLicenses-command.yml +++ b/.github/workflows/generateLicenses-command.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/actions/gradle-command-on-pr with: gradle-command: generateLicenses - TEAMCITY_DEV_URL: ${{ secrets.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ secrets.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ secrets.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ secrets.TEAMCITY_PASSWORD }} SERVICE_ACCOUNT_PAT: ${{ secrets.SERVICE_ACCOUNT_PAT }} \ No newline at end of file diff --git a/.github/workflows/spotlessApply-command.yml b/.github/workflows/spotlessApply-command.yml index ca6823e717..234f724eba 100644 --- a/.github/workflows/spotlessApply-command.yml +++ b/.github/workflows/spotlessApply-command.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/actions/gradle-command-on-pr with: gradle-command: spotlessApply - TEAMCITY_DEV_URL: ${{ secrets.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ secrets.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ secrets.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ secrets.TEAMCITY_PASSWORD }} SERVICE_ACCOUNT_PAT: ${{ secrets.SERVICE_ACCOUNT_PAT }} \ No newline at end of file