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 9065ab7 commit 855911cCopy full SHA for 855911c
.github/workflows/build.yml
@@ -46,5 +46,5 @@ jobs:
46
47
- name: Verify integration test results
48
run: |
49
- echo "${{ steps.integration.outputs.feedback }}" >> $GITHUB_OUTPUT
+ echo "feedback=${{ steps.integration.outputs.feedback }}" >> $GITHUB_OUTPUT
50
python3 -u -m pytest tests/integration.py
0 commit comments