We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875558d commit 6e3df53Copy full SHA for 6e3df53
action.yml
@@ -66,6 +66,6 @@ runs:
66
GITHUB_ACTION_INPUT_Prerelease: ${{ inputs.Prerelease }}
67
run: |
68
# GitHub-Script
69
- . $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\main.ps1'
+ . $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\main.ps1')
70
${{ inputs.Script }}
71
- . $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\outputs.ps1'
+ . $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\outputs.ps1')
0 commit comments