You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ An unofficial shields.io badge with package version fetched from custom API.
122
122
123
123
#### Notes for the workflow:
124
124
* Make sure to change the following in your GitHub repo settings: `Actions` > `General` > `Workflow permissions` > Choose `Read and write permissions` > Check `Allow GitHub Actions to create and approve pull requests` > `Save`.
125
-
* Other parameters `commit_user`, `commit_email`, `commit_message` related to action workflow are optional.
125
+
* Other parameters `commit_user`, `commit_email`, `commit_message`and `confirm_and_push`related to action workflow are optional.
126
126
* For fetching multiple package versions
127
127
*`id` and `marker_text` must contain equal number of elements.
128
128
* Other parameters can either be single element which applies to all the multiple badges or number of elements must be equal to `id` and `marker_text`.
@@ -133,7 +133,7 @@ An unofficial shields.io badge with package version fetched from custom API.
133
133
134
134
## Usage
135
135
API calling example: `https://winget-version-badge.vercel.app/?id=Git.Git&image=true`<br>
0 commit comments