We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686e9f commit 1e0f533Copy full SHA for 1e0f533
.github/workflows/3-copilot-edits.yml
@@ -108,9 +108,9 @@ jobs:
108
vars: |
109
step_number: 3
110
results_table:
111
- - description: "Checked if app.js for participant info"
+ - description: "Checked app.js for participant info"
112
passed: ${{ steps.check-app-js.outcome == 'success' }}
113
- - description: "Checked if styles.css for participant info"
+ - description: "Checked styles.css for participant info"
114
passed: ${{ steps.check-styles-css.outcome == 'success' }}
115
116
# END: Check practical exercise
0 commit comments