Skip to content

Commit cb19df6

Browse files
🌱 Bump nashmaniac/create-issue-action from 1.1 to 1.2
Bumps [nashmaniac/create-issue-action](https://github.com/nashmaniac/create-issue-action) from 1.1 to 1.2. - [Release notes](https://github.com/nashmaniac/create-issue-action/releases) - [Commits](nashmaniac/create-issue-action@v1.1...v1.2) --- updated-dependencies: - dependency-name: nashmaniac/create-issue-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47f4f18 commit cb19df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Perform the test
3131
run: make test
3232
- name: Report failure
33-
uses: nashmaniac/create-issue-action@v1.1
33+
uses: nashmaniac/create-issue-action@v1.2
3434
# Only report failures of pushes (PRs have are visible through the Checks section) to the default branch
3535
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/master'
3636
with:

0 commit comments

Comments
 (0)