opt: fix ntfy

This commit is contained in:
2025-12-30 14:02:07 +07:00
parent ec6d95ed7b
commit c3ab382adc
2 changed files with 6 additions and 6 deletions

View File

@@ -67,8 +67,8 @@ runs:
# Ntfy
NTFY_URL: ${{ inputs.ntfy_url || 'https://ntfy.hcmc.online' }}
NTFY_TOPIC: ${{ inputs.ntfy_topic || 'act_runner_deployment' }}
NTFY_USER: ${{ inputs.ntfy_username || env.USER }}
NTFY_PASS: ${{ inputs.ntfy_password || env.PASS }}
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_USERNAME }}
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_PASSWORD }}
GIT_URL: ${{ inputs.server_url || 'https://git.hcmc.online' }}
# Gmail