Skip to content

Commit

Permalink
run later
Browse files Browse the repository at this point in the history
  • Loading branch information
puzzler7 committed Jun 15, 2023
1 parent fe90b80 commit 9117cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fetch() {
"$@"
}

${trunk_path} # download trunk version here, so it doesn't output later

if [[ ${TRUNK_CHECK_MODE} == "all" ]]; then
if [[ -n ${INPUT_TRUNK_TOKEN} && ${INPUT_CHECK_ALL_MODE} == "hold-the-line" ]]; then
latest_raw_upload="$(mktemp)"
Expand Down
1 change: 0 additions & 1 deletion locate_trunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ if [[ -z ${trunk_path} ]]; then
fi
fi
echo "TRUNK_PATH=${trunk_path}" >>"${GITHUB_ENV}"
${trunk_path} # download trunk version here, so it doesn't output later

0 comments on commit 9117cdb

Please sign in to comment.