From 6bd2962fdc431aaefcec7880ddafb0150ad81311 Mon Sep 17 00:00:00 2001 From: Ann Mary Jacob <77353155+ann-aot@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:18:44 -0400 Subject: [PATCH] fix (#1818) fix (#1818) --- .github/workflows/build-deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-dev.yml b/.github/workflows/build-deploy-dev.yml index 95073d1f8c..bd3a36ce91 100644 --- a/.github/workflows/build-deploy-dev.yml +++ b/.github/workflows/build-deploy-dev.yml @@ -118,7 +118,7 @@ jobs: - name: Checkout Target Branch uses: actions/checkout@v3 with: - ref: $BUILD_REF + ref: ${{ needs.createTag.outputs.newTag }} # Log in to OpenShift. # Note: The secrets needed to log in are NOT available if the PR comes from a FORK. # PR's must originate from a branch off the original repo or else all openshift `oc` commands will fail.