Updating the action to have a choice for how user is looked up on linux

This commit is contained in:
Stanislaw Wozniak 2022-06-28 00:49:19 +01:00
parent 53715f806b
commit 815a336fc0
8 changed files with 133 additions and 69 deletions

View file

@ -2,7 +2,7 @@
"name": "webfactory-action-ssh-agent",
"repository": "git@github.com:webfactory/ssh-agent.git",
"description": "GitHub Action to set up ssh-agent with a private SSH key",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"author": "webfactory GmbH <info@webfactory.de>",
"license": "MIT",
@ -13,4 +13,4 @@
"scripts": {
"build": "node scripts/build.js"
}
}
}