diff --git a/.github/workflows/apidiff.yml b/.github/workflows/apidiff.yml index 764dd2b99..48ac7186b 100644 --- a/.github/workflows/apidiff.yml +++ b/.github/workflows/apidiff.yml @@ -28,7 +28,7 @@ jobs: compare-imports: true print-compatible: true - name: Report failure - uses: nashmaniac/create-issue-action@v1.1 + uses: nashmaniac/create-issue-action@v1.2 # Only report failures of pushes (PRs have are visible through the Checks section) to the default branch if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master' with: