Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kielabokkie committed Feb 8, 2024
1 parent 8c867c6 commit 4416908
Show file tree
Hide file tree
Showing 48 changed files with 3 additions and 15,650 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: false
default: '/tmp/ssh-auth.sock'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/cleanup/index.js'
branding:
Expand Down
2 changes: 1 addition & 1 deletion dist/cleanup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ const execa = __webpack_require__(955)
async function run() {
console.log('Stopping ssh-agent')

await execa('kill -9 $(ps -e | grep -m1 "[s]sh-agent" | awk \'{print $1}\')', { shell: true });
await execa('kill -9 $(pidof ssh-agent)', { shell: true });
}

run()
Expand Down
7 changes: 1 addition & 6 deletions node_modules/.package-lock.json

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

21 changes: 0 additions & 21 deletions node_modules/bluebird/LICENSE

This file was deleted.

57 changes: 0 additions & 57 deletions node_modules/bluebird/README.md

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/bluebird/changelog.md

This file was deleted.

Loading

0 comments on commit 4416908

Please sign in to comment.