-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(workflows): add support for arbitrary user scripts in workflows
Users can now add script steps to their workflows. The usage is quite straightforward, just use a `script` key in your step instead of a `command`. The script is evaluated with `bash`, and should return an exit code of 0 if successful. I will follow up with a 2nd PR which introduces the ability to reference command outputs in script steps.
- Loading branch information
Showing
7 changed files
with
345 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.