diff --git a/action.yml b/action.yml index 53256cf..615642e 100644 --- a/action.yml +++ b/action.yml @@ -60,15 +60,15 @@ runs: MESSAGE: ${{ inputs.message }} # Ntfy - NTFY_URL: ${{ inputs.ntfy_url }} - NTFY_TOPIC: ${{ inputs.ntfy_topic }} - NTFY_USERNAME: ${{ inputs.ntfy_username }} + NTFY_URL: ${{ inputs.ntfy_url || 'https://ntfy.hcmc.online' }} + NTFY_TOPIC: ${{ inputs.ntfy_topic || 'act_runner_deployment' }} + NTFY_USERNAME: ${{ inputs.ntfy_username || 'homesrv' }} NTFY_PASSWORD: ${{ inputs.ntfy_password || secrets.NTFY_PASSWORD }} - GIT_URL: ${{ inputs.server_url }} + GIT_URL: ${{ inputs.server_url || 'https://git.hcmc.online' }} # Gmail - GMAIL_USER: ${{ inputs.gmail_user }} - GMAIL_TO: ${{ inputs.gmail_to }} + GMAIL_USER: ${{ inputs.gmail_user || 'sitienbmt@gmail.com' }} + GMAIL_TO: ${{ inputs.gmail_to || 'sitienbmt@gmail.com' }} GMAIL_PASS: ${{ inputs.gmail_password || secrets.GMAIL_APP_PASSWORD }} # Telegram