From 2967620b0eeaf10613435a239fca74fc371fe0bf Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Sun, 22 Oct 2023 14:58:07 +0000 Subject: [PATCH] Continuous Integration Build Artifacts xml files converted to yml --- .gitea/workflows/pr-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index d8b15fb..276d0d6 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -11,4 +11,4 @@ jobs: runs-on: ubuntu-latest steps: - run: | - echo The PR was merged \ No newline at end of file + echo The PR was merged into ${{ github.event.pull_request.base }} from ${{ github.ref_name }} \ No newline at end of file