Skip to content

Commit ad39320

Browse files
Update action entry point
1 parent 7e161d9 commit ad39320

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ inputs:
99
description: Specify which 1Password CLI version to install. Defaults to "latest".
1010
default: "latest"
1111
runs:
12-
using: composite
13-
steps:
14-
- shell: bash
15-
env:
16-
OP_CLI_VERSION: ${{ inputs.version }}
17-
run: |
18-
${{ github.action_path }}/install-cli.sh
12+
using: "node20"
13+
main: "dist/index.js"

0 commit comments

Comments
 (0)