This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/argsOrdering in repository https://gitbox.apache.org/repos/asf/beam.git
commit ededd196a604ea29d9f39a124e87b3fdebb971e2 Author: Danny McCormick <[email protected]> AuthorDate: Fri Oct 13 15:58:39 2023 -0400 reorder args to avoid newline issues --- .github/actions/gradle-command-self-hosted-action/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/gradle-command-self-hosted-action/action.yml b/.github/actions/gradle-command-self-hosted-action/action.yml index cb793714aa9..df22fff4e13 100644 --- a/.github/actions/gradle-command-self-hosted-action/action.yml +++ b/.github/actions/gradle-command-self-hosted-action/action.yml @@ -47,5 +47,5 @@ runs: if [ -f ~/.m2/settings.xml ]; then rm ~/.m2/settings.xml fi - ./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} ${{ inputs.arguments }} \ - ${{ inputs.default-arguments }} \ No newline at end of file + ./gradlew ${{ inputs.gradle-command }} --max-workers=${{ inputs.max-workers }} ${{ inputs.default-arguments }} \ + ${{ inputs.arguments }}
