We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d7633 commit 98ed06aCopy full SHA for 98ed06a
action.yml
@@ -28,15 +28,21 @@ inputs:
28
phylum_password:
29
description: "Phylum password"
30
required: true
31
+ phylum_version:
32
+ description: "Phylum version"
33
+ required: false
34
+ default: '0'
35
+
36
37
runs:
38
using: "composite"
39
steps:
40
- id: phylum-test
- uses: peterjmorgan/install-phylum-latest-action@master
41
+ uses: phylum-dev/install-phylum-latest-action@master
42
with:
43
phylum_username: ${{ inputs.phylum_username }}
44
phylum_password: ${{ inputs.phylum_password }}
45
+ phylum_version: ${{ inputs.phylum_version }}
46
47
- name: Check for existing project
48
shell: bash
0 commit comments