library-pals / bookmark-action

🔖 A GitHub action to bookmark websites to a JSON file
https://katydecorah.com/code/bookmark-action/
MIT License
30 stars 6 forks source link

Enable dev-defined additional properties #155

Closed katydecorah closed 10 months ago

katydecorah commented 10 months ago

This pull request will enable you to define additional properties to pass along with each bookmark!

  1. To the task inputs add additional-properties. The value is a comma delimited string with property key names.
  2. Update your workflow's dispatch inputs to define the new properties using the same key name.

Fixes #154