Skip to content

Commit

Permalink
fix: use correct output syntax (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft authored Oct 11, 2022
1 parent e147d5b commit 1cad720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
steps:
- id: resolve-version
shell: bash
run: "echo \"name=resolved-version::\
run: "echo \"resolved-version=\
$(mvn
${{ inputs.pom != '' && format('--file={0}', inputs.pom) || '' }}
${{ inputs.settings != '' && format('--settings={0}', inputs.settings) || '' }}
Expand Down

0 comments on commit 1cad720

Please sign in to comment.