Skip to content

Commit 2a5d66f

Browse files
derekk-nmtarukumar
andauthored
improve bash for consistency
Co-authored-by: Tarun Kumar <takumar@redhat.com>
1 parent 8d7f53a commit 2a5d66f

File tree

1 file changed

+1
-1
lines changed
  • actions/reportportal_submit_execution_results

1 file changed

+1
-1
lines changed

actions/reportportal_submit_execution_results/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
7272
# generate report metadata file
7373
TEMPLATE="${GITHUB_ACTION_PATH}/droute_send_template.json"
74-
if [ ! -f $TEMPLATE ]; then
74+
if [[ ! -f "$TEMPLATE" ]]; then
7575
echo "droute_send_template.json not found in $GITHUB_ACTION_PATH"
7676
exit 1
7777
fi

0 commit comments

Comments
 (0)