mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
try again
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
if [ -z "${{ secrets.VCAP_SERVICES }}" ]; then
|
||||
echo "Secret is empty or not set"
|
||||
else
|
||||
echo "Secret length is ${#${{ secrests.VCAP_SERVICES }}}"
|
||||
echo "Secret length is ${#${{ secrets.VCAP_SERVICES }}}"
|
||||
fi
|
||||
- name: Run Admin server
|
||||
# If we want to log stuff and see what's broken,
|
||||
|
||||
Reference in New Issue
Block a user