You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: facility_management/20824.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,11 @@ jobs:
164
164
- name: Build feedback
165
165
if: env.skip_checks != 'true'
166
166
env:
167
+
RESULT: ${{ steps.check.outputs.result }}
168
+
RESULTS: ${{ steps.check.outputs.extracted }}
169
+
PASSED: ${{ steps.check.outputs.passed }}
167
170
ALLOWED_HUMAN: ${{ steps.depts.outputs.human }}
168
171
run: |
169
-
RESULT='${{ steps.check.outputs.result }}'
170
-
171
172
# Differentiated message when the API call itself failed (e.g. 404)
172
173
if echo "$RESULT" | grep -q '^error:'; then
173
174
FEEDBACK=$(printf "Uh oh! We couldn't fetch your department from CARE.\n\nDetails: %s\n\nMake sure the department URL you submitted is correct and that the department hasn't been deleted. Expected URL format: \`%s/facility/<facility-id>/settings/departments/<department-id>/departments\`" \
0 commit comments