Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb authored May 17, 2024
1 parent 215e697 commit fc3e33f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Print Host
env:
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
run: echo "$SAAS_HOST"
run: |
echo "This is the host:"
echo "$SAAS_HOST"
version-check-job:
name: Version Check
Expand Down

0 comments on commit fc3e33f

Please sign in to comment.