.
This commit is contained in:
parent
7e4b071e63
commit
773e98a393
|
@ -10,5 +10,6 @@ jobs:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
name: on-merge
|
||||||
echo The PR was merged into ${{ github.event.pull_request.base }} from ${{ github.ref_name }}
|
- run: |
|
||||||
|
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}
|
Loading…
Reference in New Issue