From 439c1f135dadd6d5249d11dbabec96c298cd6a62 Mon Sep 17 00:00:00 2001 From: Alex Prudencio Date: Tue, 24 Sep 2024 22:11:30 -0400 Subject: [PATCH] adding wf details --- .gitea/workflows/build-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-pr.yaml b/.gitea/workflows/build-pr.yaml index 6e60fb7..d8b18f2 100644 --- a/.gitea/workflows/build-pr.yaml +++ b/.gitea/workflows/build-pr.yaml @@ -6,7 +6,7 @@ jobs: Build-PR: runs-on: ubuntu-22.04 steps: - - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch ${{ gitea.head_ref }} and ref is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Build PR if: gitea.base_ref == 'main' run: |