Skip to content

Commit 7360c40

Browse files
committed
dbeaver/dbeaver-devops#2023 Fix typo in output reference for mvn-flag
1 parent 6bd3c82 commit 7360c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare-custom-p2/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
outputs:
1616
mvn-flag:
1717
description: "The Maven flag to use to set the custom p2 repository URL"
18-
value: ${{ steps.set-mvn-glag.outputs.mvn-flag || '' }}
18+
value: ${{ steps.set-mvn-flag.outputs.mvn-flag }}
1919

2020
runs:
2121
using: "composite"

0 commit comments

Comments
 (0)