Skip to content

Commit c83bf7a

Browse files
committed
Update action.
1 parent 0415be9 commit c83bf7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: 'Test and learn GitHub action'
2-
description: 'Test and learn GitHub action.'
3-
author: 'Jen-Chieh Shen'
1+
name: 'Set up Emacs in Window'
2+
description: 'Install a specific Emacs version for use in your worflow.'
3+
author: 'Shen, Jen-Chieh'
44
inputs:
55
version:
6-
description: 'input description here'
6+
description: 'The version of Emacs to install, e.g. "24.3".'
77
runs:
88
using: 'node12'
99
main: 'dist/index.js'

0 commit comments

Comments
 (0)