Releases: benc-uk/workflow-dispatch
Releases · benc-uk/workflow-dispatch
v1.2.4 - Summer 2024
What's Changed
- Fix issue when a wrong workflowRef is used by @fffonion in #77 👍
- Internal changes & chores: eslint updated to v9, linting, prettier etc 🥱
New Contributors
Full Changelog: v1.2.3...v1.2.4
v1.2.3 - 2024 refresh
- Switched action to Node v20 it should stop those nags and warnings when using the action!
- Package & dependency update
- Removed zeit/ncc for vercel/nc
Full Changelog: v1.2.2...v1.2.3
v1.2.2 - Fix ref regression
Fixes this issue #50
v1.1 - August 2020 Update
- Supports specifying workflow both by ID and by name
- Fix for repos with more than 30 actions, thanks @eerichmond !