Skip to content

Commit a630fd3

Browse files
committed
refactor: format contributors job in GitHub Actions workflow
Signed-off-by: HAHWUL <[email protected]>
1 parent 07a656a commit a630fd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cd.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
branch: ${{ github.ref }}
35-
Contributors:
36-
needs: Deploy
37-
runs-on: ubuntu-latest
38-
steps:
39-
- uses: wow-actions/contributors-list@v1
40-
with:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
round: true
43-
svgPath: images/CONTRIBUTORS.svg
35+
Contributors:
36+
needs: Deploy
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: wow-actions/contributors-list@v1
40+
with:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
round: true
43+
svgPath: images/CONTRIBUTORS.svg

0 commit comments

Comments
 (0)