Skip to content

Commit

Permalink
Check url var
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 8, 2025
1 parent 086f88e commit 8932de4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
else
echo "url=${{ inputs.url }}" >> $GITHUB_OUTPUT
fi
echo "URL: ${{ needs.init.outputs.url }}"
- name: OpenShift Init
uses: bcgov-nr/[email protected]
Expand Down Expand Up @@ -98,3 +99,11 @@ jobs:
-p URL=${{ needs.init.outputs.url }} -p REPLICA_COUNT=1
${{ matrix.parameters }}
# triggers: ${{ inputs.triggers }}

check:
name: Check
needs: [init]
runs-on: ubuntu-24.04
steps:
- run: |
echo "URL: ${{ needs.init.outputs.url }}"

0 comments on commit 8932de4

Please sign in to comment.