Skip to content

Commit 6e3df53

Browse files
Fix
1 parent 875558d commit 6e3df53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ runs:
6666
GITHUB_ACTION_INPUT_Prerelease: ${{ inputs.Prerelease }}
6767
run: |
6868
# GitHub-Script
69-
. $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\main.ps1'
69+
. $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\main.ps1')
7070
${{ inputs.Script }}
71-
. $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\outputs.ps1'
71+
. $(Join-Path -Path '${{ github.action_path }}' -ChildPath 'scripts\outputs.ps1')

0 commit comments

Comments
 (0)