We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415be9 commit c83bf7aCopy full SHA for c83bf7a
action.yml
@@ -1,9 +1,9 @@
1
-name: 'Test and learn GitHub action'
2
-description: 'Test and learn GitHub action.'
3
-author: 'Jen-Chieh Shen'
+name: 'Set up Emacs in Window'
+description: 'Install a specific Emacs version for use in your worflow.'
+author: 'Shen, Jen-Chieh'
4
inputs:
5
version:
6
- description: 'input description here'
+ description: 'The version of Emacs to install, e.g. "24.3".'
7
runs:
8
using: 'node12'
9
main: 'dist/index.js'
0 commit comments