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 47f4f18 + cb19df6 commit 57fed28Copy full SHA for 57fed28
.github/workflows/unit-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Perform the test
31
run: make test
32
- name: Report failure
33
- uses: nashmaniac/create-issue-action@v1.1
+ uses: nashmaniac/create-issue-action@v1.2
34
# Only report failures of pushes (PRs have are visible through the Checks section) to the default branch
35
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master'
36
with:
0 commit comments