Generate random number
Version updated for yakubique/random-number to version v1.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Full Changelog: https://github.com/yakubique/random-number/compare/v1...v1.1
Random number
Github Action that returns a random number
Usage
- name: Random number
uses: yakubique/random-number@v1.1
Inputs
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) |
Outputs
OUTPUT | TYPE | DESCRIPTION |
---|---|---|
number | string | Generated number |