mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
pass pr on command line
This commit is contained in:
parent
da4ef53a54
commit
b6dfb0d922
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- run: mvn test -B # -T 1C
|
||||
|
||||
- env:
|
||||
CI_BRANCH: ${{ github.ref }}
|
||||
# CI_BRANCH: ${{ github.ref }}
|
||||
CI_NAME: github-actions
|
||||
# CI_PULL_REQUEST: ${{ github.event.number }}
|
||||
run: >
|
||||
|
|
@ -54,3 +54,4 @@ jobs:
|
|||
coveralls:report
|
||||
--define jacoco.skip=false
|
||||
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
||||
--define pullRequest=${{ github.event.number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue