Skip to content

spotlessApply-command #4

spotlessApply-command

spotlessApply-command #4

name: Formats PR
on:
repository_dispatch:
types: [spotlessApply-command]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format and push changes to PR
uses: ./.github/actions/gradle-command-on-pr
with:
gradle-command: spotlessApply
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 }}