How to add custom default value for github actions
I want something like
on:
workflow_dispatch:
inputs:
release_notes:
description: 'Release Notes'
required: false
default: "Build by: ${{github.actor}}" #Doesn't works