We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a656a commit a630fd3Copy full SHA for a630fd3
.github/workflows/cd.yml
@@ -32,12 +32,12 @@ jobs:
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
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
+ 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
0 commit comments