Skip to content

Commit

Permalink
feat: removed check for push for manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Apr 20, 2024
1 parent 0bc98bb commit 5782c9c
Show file tree
Hide file tree
Showing 7 changed files with 29,631 additions and 4,918 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.7
uses: akhilmhdh/contributors-readme-action@v2.3.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -52,7 +52,7 @@ That's it!
To add it to your to your existing workflow, **append** this to your current `.yml` workflow script.

```yml
- uses: akhilmhdh/contributors-readme-action@v2.3.7
- uses: akhilmhdh/contributors-readme-action@v2.3.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -133,7 +133,7 @@ You can add these optional parameters in your action script to modify the appear

```yml
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.7
uses: akhilmhdh/contributors-readme-action@v2.3.8
with:
image_size: 100
```
Expand Down

0 comments on commit 5782c9c

Please sign in to comment.