Skip to content

Commit

Permalink
Update add-contributors.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 authored Nov 10, 2024
1 parent 7488c0e commit 9e89faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
- uses: BobAnkh/add-contributors@v2 # Use the latest stable version
with:
CONTRIBUTOR: "## Contributors"
COLUMN_PER_ROW: "6"
ACCESS_TOKEN: ${{secrets.PAT_TOKEN}}
ACCESS_TOKEN: ${{ secrets.PAT_TOKEN }} # Ensure this matches the secret name in GitHub
IMG_WIDTH: "100"
FONT_SIZE: "14"
PATH: "/README.md"
Expand Down

0 comments on commit 9e89faa

Please sign in to comment.