Skip to content

Commit e61dc5d

Browse files
authored
Update action.yml
1 parent 4a50211 commit e61dc5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ description: 'Install the NATS.io Server default branch for use in your Github A
33
runs:
44
using: "composite"
55
steps:
6-
- run: %GITHUB_ACTION_PATH%/install.bat
7-
shell: cmd
6+
- run: $GITHUB_ACTION_PATH/install.bat
87
branding:
98
icon: 'blue'
109
color: 'gray-dark'

0 commit comments

Comments
 (0)