Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Feb 3, 2024
1 parent 26d994c commit b2bfee4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"AZDO",
"bitfile",
"Hampel",
"lvecho",
"setvariable",
"vipb",
"VIPC"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can use **`lvCICD`** to:
4. *Install/uninstall VIPM libraries(vip)*
5. *Apply VIPM VIPC file(vipc)*
6. *Setup Large LabVIEW build facility*
8. *Add your own operation, [Click link to see how to contribute to it](docs/How-to-contribute.md)*
7. *Add your own operation, [Click link to see how to contribute to it](docs/How-to-contribute.md)*

Check [**lvCICD Operation-List**](docs/Operation-List.md) for operations of `lvCICD`.

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "lvCICD"
author: "LV-APT"
author: "NEVSTOP-LAB"
description: "CICD Action used for LabVIEW Users"
branding:
icon: "anchor"
Expand Down Expand Up @@ -106,5 +106,5 @@ runs:
$Parameter9 `
$Parameter10 ;
$Result=Get-Content -Path "${{ github.action_path }}\output.txt";
Write-Host "Result=$Result" >> $GITHUB_OUTPUT
Write-Host "{Result}={$Result}" >> $GITHUB_OUTPUT
shell: powershell

0 comments on commit b2bfee4

Please sign in to comment.