Skip to content

Commit 1e0f533

Browse files
Remove if
1 parent e686e9f commit 1e0f533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/3-copilot-edits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
vars: |
109109
step_number: 3
110110
results_table:
111-
- description: "Checked if app.js for participant info"
111+
- description: "Checked app.js for participant info"
112112
passed: ${{ steps.check-app-js.outcome == 'success' }}
113-
- description: "Checked if styles.css for participant info"
113+
- description: "Checked styles.css for participant info"
114114
passed: ${{ steps.check-styles-css.outcome == 'success' }}
115115
116116
# END: Check practical exercise

0 commit comments

Comments
 (0)