Skip to content

Commit

Permalink
Update env var to module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sullivan committed Sep 29, 2020
1 parent 8c6846f commit 4f95657
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env pwsh

Write-Host $env:modulePath
Write-Host $args[0]
Write-Host $args[1]
Write-Host $env:INPUT_MODULEPATH
Write-Host hi
#Publish-Module -Path $env:MODULE_PATH -NuGetApiKey $env:NUGET_API_KEY

0 comments on commit 4f95657

Please sign in to comment.