From 2d38bcfcddb535f4bc65c588afcc4d72166e02a7 Mon Sep 17 00:00:00 2001 From: Yasan Date: Tue, 13 Sep 2022 09:02:53 +0430 Subject: [PATCH] Add debug step to `crowdin_auto_merge.yml` --- .github/workflows/crowdin_auto_merge.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin_auto_merge.yml b/.github/workflows/crowdin_auto_merge.yml index 5d63243e1f..815ccc1855 100644 --- a/.github/workflows/crowdin_auto_merge.yml +++ b/.github/workflows/crowdin_auto_merge.yml @@ -4,7 +4,17 @@ on: pull_request: jobs: - + + debug: + name: Debug + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ github.event.pull_request.user.login }} + echo ${{ github.event.pull_request.title }} + echo ${{ github.event.pull_request.user.login == 'github-actions' }} + echo ${{ github.event.pull_request.title == 'New Crowdin translations by Github Action' }} + build-debug-apk: name: Build debug APK runs-on: ubuntu-latest