Closed taras closed 1 year ago
Latest commit: 6f6756dfefa954eedb56aa08db01f228fe09edba
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
📣 NOTIFICATION You are receiving this message because we did not publish any packages.
Generated by @thefrontside/actions
Motivation
The original YAML actions were designed to change YAML documents using URLs from source location annotation. Modifying files from the file system without cloning the repository would be helpful.
Approach
Allow the
url
argument to be a relative or absolute path in addition to a regular url.