mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 02:53:09 +01:00
Checkout branch in CI process for pull requests
This way the debug build app id contains the branch name again.
This commit is contained in:
parent
114806db55
commit
41968918bb
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -8,6 +8,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: create and checkout branch
|
||||
# push events already checked out the branch
|
||||
if: github.event_name == 'pull_request'
|
||||
run: git checkout -B ${{ github.head_ref }}
|
||||
|
||||
- name: set up JDK 1.8
|
||||
uses: actions/setup-java@v1.4.3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user