From 9322dbfe48a17986ce79b0cb7ba2a0316356dd0d Mon Sep 17 00:00:00 2001 From: Knic Knic Date: Thu, 23 Jul 2020 12:12:07 -0700 Subject: [PATCH] create v1 release --- README.md | 2 +- action.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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