From 0d44e62a521c6025bfff658f64607e13677b87f0 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Sun, 22 Oct 2023 15:43:24 +0000 Subject: [PATCH] Continuous Integration Build Artifacts xml files converted to yml --- .gitea/workflows/pr-closed.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 260b055..1ee7ffb 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -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 }} \ No newline at end of file + 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 }} + \ No newline at end of file