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: |