Skip to content

Commit

Permalink
change to js (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Mar 24, 2020
1 parent 23e53ba commit 3bb5b45
Show file tree
Hide file tree
Showing 221 changed files with 16,447 additions and 15 deletions.
7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# elasticsearch-action
Github action to setup elasticsearch with plugins

from official https://github.com/elastic/elastic-github-actions
8 changes: 2 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ inputs:
required: false

runs:
using: 'docker'
image: 'Dockerfile'
env:
STACK_VERSION: ${{ inputs.version }}
NODES: ${{ inputs.nodes }}
PLUGINS: ${{ inputs.plugins }}
using: 'node12'
main: 'run.js'
1 change: 1 addition & 0 deletions node_modules/.bin/shjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 146 additions & 0 deletions node_modules/@actions/core/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/@actions/core/lib/command.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 78 additions & 0 deletions node_modules/@actions/core/lib/command.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/@actions/core/lib/command.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 116 additions & 0 deletions node_modules/@actions/core/lib/core.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bb5b45

Please sign in to comment.