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 05476a2 commit 2b22048Copy full SHA for 2b22048
.github/workflows/check-ide-compatibility.yml
@@ -79,7 +79,7 @@ jobs:
79
env:
80
GH_TOKEN: ${{ github.token }}
81
82
- - name: Reformat report
+ - name: Create issue report
83
if: ${{ failure() && steps.check-compatibility.conclusion == 'failure' }}
84
run: |
85
echo 'Encountered problems during plugin verification' > reported.md
0 commit comments