Skip to content

Commit

Permalink
Checkout branch in CI process
Browse files Browse the repository at this point in the history
This way the debug build app id contains the branch name again.
  • Loading branch information
XiangRongLin committed Jan 14, 2021
1 parent 114806d commit 3dd5677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: set up JDK 1.8
uses: actions/setup-java@v1.4.3
Expand Down

0 comments on commit 3dd5677

Please sign in to comment.