Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Successful in 4s
Details
build-develop-branch / if_merged (pull_request) Successful in 4s
Details
This commit is contained in:
parent
c4194206e8
commit
0d44e62a52
|
@ -13,3 +13,9 @@ jobs:
|
||||||
- name: on-merge
|
- name: on-merge
|
||||||
run: |
|
run: |
|
||||||
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}
|
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}
|
||||||
|
echo head ref : ${{ github.event.pull_request.head.ref }}
|
||||||
|
echo base_ref : ${{ github.base_ref }}
|
||||||
|
echo head_ref : ${{ github.head_ref }}
|
||||||
|
echo env: ${{ env.GITHUB_HEAD_REF }}
|
||||||
|
echo env: ${{ env.GITHUB_BASE_REF }}
|
||||||
|
|
Loading…
Reference in New Issue