Skip to content

Commit 56e1236

Browse files
authored
fix yml indent (#14)
Signed-off-by: Jory Burson <[email protected]>
1 parent bcfe372 commit 56e1236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bug-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
repo-token: ${{ secrets.PROJECT_PAT }}
3535
repo-name: ${{ matrix.repo }}
3636

37-
add_bug_to_project:
37+
add_bug_to_project:
3838
if: github.event.label.name == 'bug' || contains(github.event.issue.labels.*.name, 'bug')
3939
runs-on: ubuntu-latest
4040
steps:

0 commit comments

Comments
 (0)