Skip to content

Commit 98ed06a

Browse files
authored
Add version input (#1)
Update `install-phylum-latest-action' with new variable Co-authored-by: Brad <[email protected]>
1 parent f5d7633 commit 98ed06a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,21 @@ inputs:
2828
phylum_password:
2929
description: "Phylum password"
3030
required: true
31+
phylum_version:
32+
description: "Phylum version"
33+
required: false
34+
default: '0'
35+
3136

3237
runs:
3338
using: "composite"
3439
steps:
3540
- id: phylum-test
36-
uses: peterjmorgan/install-phylum-latest-action@master
41+
uses: phylum-dev/install-phylum-latest-action@master
3742
with:
3843
phylum_username: ${{ inputs.phylum_username }}
3944
phylum_password: ${{ inputs.phylum_password }}
45+
phylum_version: ${{ inputs.phylum_version }}
4046

4147
- name: Check for existing project
4248
shell: bash

0 commit comments

Comments
 (0)