Skip to content

Commit

Permalink
contributor: set specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Feb 19, 2022
1 parent 74621e2 commit 8798efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- main

workflow_dispatch:
jobs:
add-contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BobAnkh/add-contributors@master
- uses: BobAnkh/add-contributors@v0.2.2
with:
CONTRIBUTOR: "## Contributors"
COLUMN_PER_ROW: "6"
Expand Down

0 comments on commit 8798efd

Please sign in to comment.