From bdc9f1b0f0e3357437f843d4f85e2ab88842a295 Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Sun, 2 May 2021 19:25:32 -0700 Subject: [PATCH] fix(github/workflows): dependent issues job name typo There was a typo in the first fix I attempted so now fixing the fix here (hopefully) Signed-off-by: Peter Somogyvari --- .github/workflows/dependent-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index 5639da643b..f44c9a9228 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -18,7 +18,7 @@ on: jobs: check: runs-on: ubuntu-latest - name: Dependabot Issues + name: Dependent Issues steps: - uses: z0al/dependent-issues@v1 env: