Skip to content

Commit 57fed28

Browse files
authored
Merge pull request #3462 from kubernetes-sigs/dependabot/github_actions/nashmaniac/create-issue-action-1.2
🌱 Bump nashmaniac/create-issue-action from 1.1 to 1.2
2 parents 47f4f18 + cb19df6 commit 57fed28

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)