File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 20
20
options :
21
21
- " v0.5.5"
22
22
- " v0.5.4"
23
- - " v0.5.3"
24
- - " v0.5.2"
25
- - " v0.5.1"
26
- - " v0.5.0"
27
- - " v0.4.1"
28
- - " v0.4.0"
29
- - " v0.3.4"
30
- - " v0.3.3"
31
23
validations :
32
24
required : false
33
25
- type : " textarea"
Original file line number Diff line number Diff line change 14
14
| ** Versions** | ** Status** | ** Target - PowerShell** | ** Target - NodeJS (Wrapper API)** | ** Target - NPM (Wrapper API)** |
15
15
| :-:| :-:| :-:| :-:| :-:|
16
16
| v0.5.X | ✔ | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17
- | v0.5.0 \~ v0.5.3 | 👎{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
18
- | v0.4.X | 👎{🧓} | >= v7.2.0 | * N/A* | * N/A* |
19
- | v0.3.X | 👎{🧓} | >= v7.2.0 | * N/A* | * N/A* |
17
+ | v0.5.0 \~ v0.5.3 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
18
+ | v0.3.X \~ v0.4.X | ❌{🧓} | >= v7.2.0 | * N/A* | * N/A* |
20
19
| v0.3.0 \~ v0.3.2 | ❌{🐛🧓} | >= v7.2.0 | * N/A* | * N/A* |
21
20
| v0.2.X | ❌{🧓} | >= v7.2.0 | * N/A* | * N/A* |
22
21
| < v0.2.X | ❌{🐛🧓} | >= v7.2.0 | * N/A* | * N/A* |
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Install-Module -Name 'hugoalh.GitHubActionsToolkit' -AcceptLicense
41
41
``` ps1
42
42
<# Either #>
43
43
Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Scope 'Local'# Recommend
44
- Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scope 'Local'# (>= v0.5.0) Changeable Prefix
44
+ Import-Module -Name 'hugoalh.GitHubActionsToolkit' -Prefix 'GitHubActions' -Scope 'Local'# Changeable Prefix
45
45
```
46
46
47
47
### API (Excerpt)
You can’t perform that action at this time.
0 commit comments