Skip to content

Commit

Permalink
cleanup close
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Dec 18, 2024
1 parent f512367 commit 3f1ac16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# OC Login
- run: |
# OC Login
oc login --token=${{ secrets.oc_token }} --server=${{ inputs.oc_server }}
oc project ${{ secrets.oc_namespace }} # Safeguard!
oc login --token=${{ secrets.OC_TOKEN }} --server=${{ vars.OC_SERVER }}
oc project ${{ secrets.OC_NAMESPACE }} # Safeguard!
- run: |
# check if postgres-crunchy exists or else exit
oc get PostgresCluster/postgres-crunchy || exit 0
Expand Down

0 comments on commit 3f1ac16

Please sign in to comment.