Publish: [toggl-track] Add ability to create tasks for time entry form (#14737) * ✨ Add ability to create task for time entry form * 📝 Update changelog * 🚸 Clear task search on blur and task creation * Update CHANGELOG.md * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]> #3
extensions_build_publish.yml
on: push
${{ github.event_name == 'push' && 'Publish' || (github.event_name == 'pull_request' && 'Check' || github.event_name == 'workflow_dispatch' && inputs.command || github.event_name ) }}
0s