Merge pull request '.' (#98) from develop-1000 into master
Reviewed-on: #98
This commit is contained in:
commit
7849cf8d38
|
@ -12,4 +12,10 @@ jobs:
|
|||
steps:
|
||||
- name: on-merge
|
||||
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