Skip to content

Commit

Permalink
create v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jul 24, 2020
1 parent b7991ad commit 9322dbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'

0 comments on commit 9322dbf

Please sign in to comment.