Skip to content

Commit 1e17c99

Browse files
committed
Fixed problem with output for problem 1
1 parent 7aa45cf commit 1e17c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmakeTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
uses: therussiankid92/[email protected]
221221
with:
222222
assertion: should.equal
223-
actual: ${{ steps.output.outputs.content }}
223+
actual: ${{ steps.p1output.outputs.content }}
224224
expected: ${{ secrets.PROGRAM_OUTPUT1 }}
225225

226226
- name: Comment

0 commit comments

Comments
 (0)