Skip to content

Commit

Permalink
fix(github/workflows): dependent issues job name typo
Browse files Browse the repository at this point in the history
There was a typo in the first fix I attempted so now fixing the fix here
(hopefully)

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed May 19, 2021
1 parent f401e7c commit 0b4e333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
name: Dependabot Issues
name: Dependent Issues
steps:
- uses: z0al/dependent-issues@v1
env:
Expand Down

0 comments on commit 0b4e333

Please sign in to comment.