ci: Show default TED tag when blank

This commit is contained in:
Shrikant Sharat Kandula 2024-04-06 10:09:57 +05:30 committed by GitHub
parent 74b9ac16ba
commit 5968f87be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: Test, build and push Docker Image
run-name: >
${{ github.workflow }} with TED:${{ inputs.ted_tag }}
${{ github.workflow }} with TED:${{ inputs.ted_tag || 'latest' }}
on:
# This workflow will run everyday at 7:00AM, 1:00PM IST on weekdays