Generate random number
ActionsTags
(2)Github Action that returns a random number
- name: Random number
uses: yakubique/random-number@v1.1 | INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---|---|---|---|---|
| max | string | false | "10" |
The max value of the random number (max included) |
| min | string | false | "1" |
The min value of the random number (min included) |
| OUTPUT | TYPE | DESCRIPTION |
|---|---|---|
| number | string | Generated number |
Generate random number is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.