ℹ️ this log lists user most visible changes
⚠️ to find all changes use changelog.txt file in a directory
ℹ️ Legend: 🛡️ - security; 🔧 - fixed; 🆕 - new; 📝 - changed; 🔀 - refactor
- 🔀 refactor: action.yml: renamed workflow
Git Checkout Extensiontogit-checkout-extension
- 🔧 fixed: action.yml: missed to check
inputs.reffor existence - 🆕 new: action.yml: added
actions--checkout-refinput parameter to use specificactions/checkout@<ref>version (default:v3, variants:v2) - 📝 changed: action.yml: parameters updated to latest
actions/checkoutof versionv3andv2
- 🔧 fixed: action.yml: #1: missed branch reference to use
- 📝 changed: action.yml:
set-outputcommand is replaced in favor of$GITHUB_OUTPUTvariable usage (details: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ )
- 🔀 refactor: action.yml: rename for unique name on GitHub Marketplace
- 🆕 new: action.yml: added
COMMIT_MESSAGE_PREFIXto split an automated user commit message into prefix and suffix parts
- 🆕 new: action.yml: added
mkdir-pto allocate directories after checkout because theactions/checkoutaction script does cleanup a working copy directory before execution