Skip to content

Commit f1ca7d5

Browse files
authored
Apply suggestions from code review
Signed-off-by: cicdguy <[email protected]>
1 parent ea7b609 commit f1ca7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ jobs:
620620
export $(tr '\n' ' ' < /tmp/dotenv.env)
621621
}
622622
fi
623-
R CMD build ${{ inputs.additional-r-cmd-check-params }} \
623+
R CMD build ${{ inputs.additional-r-cmd-build-params }} \
624624
${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
625625
shell: bash
626626

@@ -954,7 +954,7 @@ jobs:
954954
fi
955955
if [ "${{ inputs.disable-package-rebuild-and-upload }}" != "true" ]
956956
then {
957-
R CMD build ${{ inputs.additional-r-cmd-check-params }} .
957+
R CMD build ${{ inputs.additional-r-cmd-build-params }} .
958958
} else {
959959
echo "🙅🏼‍♀️ Not rebuilding package for uploads"
960960
}

0 commit comments

Comments
 (0)