From 9fe6fba423ae836b20561e10e8b15e00adc598f6 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Sun, 22 Oct 2023 15:30:08 +0000 Subject: [PATCH] Continuous Integration Build Artifacts xml files converted to yml --- .gitea/workflows/pr-closed.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 276d0d6..9e799f3 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -10,5 +10,6 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - run: | - echo The PR was merged into ${{ github.event.pull_request.base }} from ${{ github.ref_name }} \ No newline at end of file + 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