-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated readme for new release
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
name: A job to automate contrib in readme | ||
steps: | ||
- name: Contribute List | ||
uses: akhilmhdh/[email protected].8 | ||
uses: akhilmhdh/[email protected].9 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
@@ -52,7 +52,7 @@ That's it! | |
To add it to your existing workflow, **append** this to your current `.yml` workflow script. | ||
|
||
```yml | ||
- uses: akhilmhdh/[email protected].8 | ||
- uses: akhilmhdh/[email protected].9 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
@@ -133,7 +133,7 @@ You can add these optional parameters in your action script to modify the appear | |
|
||
```yml | ||
- name: Contribute List | ||
uses: akhilmhdh/[email protected].8 | ||
uses: akhilmhdh/[email protected].9 | ||
with: | ||
image_size: 100 | ||
``` | ||
|