Skip to content

Commit fae895a

Browse files
committed
expand aliases first?
1 parent 2cfe2e8 commit fae895a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ runs:
4646
TYPEDB_HTTP_PORT="${{ inputs.typedb_http_port }}"
4747
TYPEDB_ARGS="${{ inputs.typedb_args }}"
4848
49-
alias typedb='"typedb.bat"'
49+
shopt -s expand_aliases
50+
source ~/.bashrc
5051
typedb server --server.address="0.0.0.0:$TYPEDB_GRPC_PORT" --server.http.address="0.0.0.0:$TYPEDB_HTTP_PORT" $TYPEDB_ARGS &
5152
disown %1

0 commit comments

Comments
 (0)