From a630fd3806c182c2de4d05338b66563ec6b7336a Mon Sep 17 00:00:00 2001 From: HAHWUL Date: Fri, 24 Jan 2025 23:08:46 +0900 Subject: [PATCH] refactor: format contributors job in GitHub Actions workflow Signed-off-by: HAHWUL --- .github/workflows/cd.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 78d60348..cc4c987d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,12 +32,12 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }} - Contributors: - needs: Deploy - runs-on: ubuntu-latest - steps: - - uses: wow-actions/contributors-list@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - round: true - svgPath: images/CONTRIBUTORS.svg \ No newline at end of file + Contributors: + needs: Deploy + runs-on: ubuntu-latest + steps: + - uses: wow-actions/contributors-list@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + round: true + svgPath: images/CONTRIBUTORS.svg \ No newline at end of file