File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818      description : " What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)." 
1919      multiple : true 
2020      options :
21-         - " v1.3.2-beta.2 " 
21+         - " v1.3.2-beta.3 " 
2222        - " v1.3.1" 
2323        - " v1.3.0" 
2424        - " v1.2.3" 
Original file line number Diff line number Diff line change 250250			ReleaseNotes  =  ' (Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)' 
251251
252252			#  Prerelease string of this module
253- 			Prerelease  =  ' beta2 ' 
253+ 			Prerelease  =  ' beta3 ' 
254254
255255			#  Flag to indicate whether the module requires explicit user acceptance for install/update/save
256256			RequireLicenseAcceptance  =  $False 
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Function Invoke-NodeJsWrapper {
4242			$InputObject  |  
4343				ConvertTo-Json  - Depth 100  - Compress 
4444		)))) `"  `" $ResultSeparator `" "  
45- 		[UInt32 ]$ResultSkipIndex  =  @ ()
45+ 		[UInt32 [] ]$ResultSkipIndex  =  @ ()
4646		For  ([UInt32 ]$ResultIndex  =  0 ; $ResultIndex  -ilt  $Result.Count  ; $ResultIndex ++ ) {
4747			[String ]$Item  =  $Result [$ResultIndex ]
4848			If  ($Item  -imatch  ' ^::.+?::.*$' 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments