.
This commit is contained in:
parent
50b6597144
commit
f8b706be17
|
@ -12,4 +12,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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