diff --git a/README.md b/README.md index 77b9c57..c82a7e3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: knicknic/os-specific-run@master + - uses: knicknic/os-specific-run@v1 with: macos: echo "Hi from macos" linux: | diff --git a/action.yml b/action.yml index e0d2d2d..27a89df 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ name: 'OS specific run' description: 'Run a command based on the OS' +author: Nick Maliwacki inputs: linux: # id of input description: 'linux commandline' @@ -25,6 +26,9 @@ inputs: description: 'windows commandline shell' required: false default: 'pwsh' +branding: + icon: list + color: purple runs: using: 'node12' main: 'dist/index.js' \ No newline at end of file