From a2a1f674582f6ed9df3880e4dbfe5580ca2110ec Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Wed, 10 Apr 2024 15:08:57 -0300 Subject: [PATCH] fixup! fix: Add contribution documenation to project Signed-off-by: Mateus Oliveira --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f57cf9..c6e7dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v4 with: repository: openshift/oadp-operator - ref: ${{ github.ref_name }} + ref: ${{ github.base_ref || github.ref_name }} - uses: actions/setup-go@v5 with: