Skip to content

Commit 855911c

Browse files
committed
set key in the appending feedback
for get_github_output() function
1 parent 9065ab7 commit 855911c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
4747
- name: Verify integration test results
4848
run: |
49-
echo "${{ steps.integration.outputs.feedback }}" >> $GITHUB_OUTPUT
49+
echo "feedback=${{ steps.integration.outputs.feedback }}" >> $GITHUB_OUTPUT
5050
python3 -u -m pytest tests/integration.py

0 commit comments

Comments
 (0)