opt: fix ntfy
This commit is contained in:
@@ -67,8 +67,8 @@ runs:
|
||||
# Ntfy
|
||||
NTFY_URL: ${{ inputs.ntfy_url || 'https://ntfy.hcmc.online' }}
|
||||
NTFY_TOPIC: ${{ inputs.ntfy_topic || 'act_runner_deployment' }}
|
||||
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_USERNAME }}
|
||||
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_PASSWORD }}
|
||||
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_AUTH_USER }}
|
||||
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_AUTH_PASS }}
|
||||
GIT_URL: ${{ inputs.server_url || 'https://git.hcmc.online' }}
|
||||
|
||||
# Gmail
|
||||
|
||||
Reference in New Issue
Block a user