We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05e200 commit e406c22Copy full SHA for e406c22
.github/workflows/pull-request.yml
@@ -3,4 +3,6 @@ on: pull_request
3
jobs:
4
pr-check:
5
name: "Pull Request Check"
6
- uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
+ uses: mParticle/mparticle-workflows/.github/workflows/android-kit-pull-request.yml@main
7
+ with:
8
+ branch_name: ${{ github.head_ref }}
.github/workflows/push.yml
@@ -8,3 +8,5 @@ jobs:
push-check:
9
name: "Push Check"
10
uses: mParticle/mparticle-workflows/.github/workflows/android-kit-push.yml@main
11
12
0 commit comments