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