-
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.
feat: removed check for push for manual run
- Loading branch information
Showing
7 changed files
with
29,631 additions
and
4,918 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].7 | ||
uses: akhilmhdh/[email protected].8 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
|
@@ -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/[email protected].7 | ||
- uses: akhilmhdh/[email protected].8 | ||
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].7 | ||
uses: akhilmhdh/[email protected].8 | ||
with: | ||
image_size: 100 | ||
``` | ||
|
Oops, something went wrong.