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 d32d193 commit daf0662Copy full SHA for daf0662
.github/workflows/apidiff.yml
@@ -26,7 +26,7 @@ jobs:
26
compare-imports: true
27
print-compatible: true
28
- name: Report failure
29
- uses: nashmaniac/create-issue-action@v1.1
+ uses: nashmaniac/create-issue-action@v1.2
30
# Only report failures of pushes (PRs have are visible through the Checks section) to the default branch
31
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master'
32
with:
0 commit comments