Skip to content

Commit

Permalink
fix (#1818)
Browse files Browse the repository at this point in the history
fix (#1818)
  • Loading branch information
ann-aot authored Mar 17, 2023
1 parent 8a4f5e7 commit 6bd2962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6bd2962

Please sign in to comment.