Skip to content

Commit 52176fe

Browse files
committed
fix: yaml indentation
1 parent aa90bad commit 52176fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fetch_repo_metadata.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
# also triggered from the github UI
77
workflow_dispatch:
88

9-
jobs:
10-
fetch_repo_metadata:
11-
runs-on: ubuntu-latest
12-
steps:
9+
jobs:
10+
fetch_repo_metadata:
11+
runs-on: ubuntu-latest
12+
steps:
1313
- uses: actions/checkout@v5
1414
with:
1515
submodules: true

0 commit comments

Comments
 (0)