Add debug step to crowdin_auto_merge.yml

This commit is contained in:
Yasan
2022-09-13 09:02:53 +04:30
committed by GitHub
parent 8598357d23
commit 2d38bcfcdd

View File

@@ -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