Skip to content

Commit

Permalink
chore: updated readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed May 3, 2024
1 parent c78bc93 commit 4e8b98b
Showing 1 changed file with 3 additions and 3 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/[email protected].8
uses: akhilmhdh/[email protected].9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -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 }}
```
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/[email protected].8
uses: akhilmhdh/[email protected].9
with:
image_size: 100
```
Expand Down

0 comments on commit 4e8b98b

Please sign in to comment.