Skip to content

Commit

Permalink
Merge pull request #20 from shimataro/development
Browse files Browse the repository at this point in the history
release v1.2.0
  • Loading branch information
shimataro authored Sep 22, 2019
2 parents 34e7122 + 17d02f0 commit 29f248b
Show file tree
Hide file tree
Showing 3,739 changed files with 217 additions and 1,152,682 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# https://help.github.com/ja/articles/workflow-syntax-for-github-actions
# https://help.github.com/en/articles/workflow-syntax-for-github-actions

on:
push:
branches:
- master
- develop
- development
- "v*"
pull_request:
name: Build
jobs:
Expand All @@ -19,6 +20,7 @@ jobs:
- "Ubuntu-latest"
nodejs:
- 12
fail-fast: false
steps:
- name: Turn off auto-crlf
run: git config --global core.autocrlf false
Expand All @@ -28,5 +30,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.nodejs }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
also=dev
#also=dev
engine-strict=true
heading="🍣"
save-prefix=""
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.0]

### Fixed

* CI trigger
* example code in [README](README.md)

### Others

* Install only `dependencies` packages.

## [1.1.0]

### Others
Expand All @@ -18,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* First release.

[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.2.0...HEAD
[1.1.0]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/shimataro/ssh-key-action/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/shimataro/ssh-key-action/compare/8deacc95b1ee5732107e56baa4c8aac4c386ef7e...v1.0.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

This action installs SSH key into `~/.ssh`.

Useful for `rsync` over SSH in deployment script.
Useful for SCP or SFTP or `rsync` over SSH in deployment script.

## Usage

Expand All @@ -18,8 +18,8 @@ steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v1
with:
private-key: ${{ secret.SSH_KEY }}
public-key: ${{ secret.SSH_KEY_PUBLIC }}
private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
name: id_rsa # optional
- name: Install packages
run: apt install openssh-client rsync
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/JSONStream

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/esparse

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/esvalidate

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/is-ci

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/js-yaml

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/json5

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/mkdirp

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/ncu

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/npm-check-updates

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/rc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/rimraf

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/semver

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsserver

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/uuid

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/which

This file was deleted.

105 changes: 41 additions & 64 deletions node_modules/@actions/core/package.json

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

7 changes: 0 additions & 7 deletions node_modules/@actions/exec/LICENSE.md

This file was deleted.

60 changes: 0 additions & 60 deletions node_modules/@actions/exec/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/@actions/exec/lib/exec.d.ts

This file was deleted.

37 changes: 0 additions & 37 deletions node_modules/@actions/exec/lib/exec.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/@actions/exec/lib/exec.js.map

This file was deleted.

35 changes: 0 additions & 35 deletions node_modules/@actions/exec/lib/interfaces.d.ts

This file was deleted.

Loading

0 comments on commit 29f248b

Please sign in to comment.