Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Successful in 4s Details

This commit is contained in:
Continuous Integration 2023-10-22 15:43:24 +00:00
parent c4194206e8
commit 0d44e62a52
1 changed files with 7 additions and 1 deletions

View File

@ -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 }}