Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.61 KB

userlog.md

File metadata and controls

28 lines (19 loc) · 1.61 KB

ℹ️ this log lists user most visible changes

⚠️ to find all changes use changelog.txt file in a directory

ℹ️ Legend: 🛡️ - security; 🔧 - fixed; 🆕 - new; 📝 - changed; 🔀 - refactor

2023.07.03:

  • 🔀 refactor: action.yml: renamed workflow Git Checkout Extension to git-checkout-extension

2023.06.26:

  • 🔧 fixed: action.yml: missed to check inputs.ref for existence
  • 🆕 new: action.yml: added actions--checkout-ref input parameter to use specific actions/checkout@<ref> version (default: v3, variants: v2)
  • 📝 changed: action.yml: parameters updated to latest actions/checkout of version v3 and v2

2023.06.26:

  • 🔧 fixed: action.yml: #1: missed branch reference to use

2022.10.30:

2022.05.12:

  • 🔀 refactor: action.yml: rename for unique name on GitHub Marketplace

2022.05.04:

  • 🆕 new: action.yml: added COMMIT_MESSAGE_PREFIX to split an automated user commit message into prefix and suffix parts

2022.04.16:

  • 🆕 new: action.yml: added mkdir-p to allocate directories after checkout because the actions/checkout action script does cleanup a working copy directory before execution