Skip to content

Commit

Permalink
fix: removes check_only from rules-transform entrypoint.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Oct 11, 2023
1 parent 5abfa27 commit 8ba20b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions actions/rules-transform/rules-transform-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ command="trestlebot-rules-transform \
--skip-items=\"${INPUT_SKIP_ITEMS}\""


if [[ ${INPUT_CHECK_ONLY} == true ]]; then
command+=" --check-only"
fi

# Only set the token value when is a target branch so pull requests can be created
if [[ -n ${INPUT_TARGET_BRANCH} ]]; then
if [[ -z ${GITHUB_TOKEN} ]]; then
Expand Down

0 comments on commit 8ba20b4

Please sign in to comment.