Update action.yml

This commit is contained in:
Igor
2023-09-17 20:09:55 +02:00
committed by GitHub
parent ef85dd5b97
commit 8762df6ab5

View File

@@ -7,7 +7,7 @@ inputs:
required: true
port:
description: Repository
required: true
required: false
geodb:
description: geodb
required: true
@@ -46,7 +46,9 @@ runs:
geodb: ${{ inputs.geodb }}
asndb: ${{ inputs.asndb }}
dl_map: ${{ inputs.dl_map }}
bind: ':${PORT}'
EOF
[[ -n ${PORT} ]] && echo "bind: ':${PORT}'" >> dlrouter-${FILENAME}.yaml
cat <<- EOF >> dlrouter-${FILENAME}.yaml
# Reload authorization key
reloadKey: ${{ inputs.reloadKey }}