This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
wrkflw
Watch
1
Star
0
Fork
0
You've already forked wrkflw
mirror of
https://github.com/bahdotsh/wrkflw.git
synced
2025-12-18 04:37:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bahdotsh/reusable-workflow-execution
Add File
New File
Upload File
Apply Patch
wrkflw
/
crates
/
parser
History
bahdotsh
66e540645d
feat(executor,parser,docs): add execution support for reusable workflows (jobs.<id>.uses)\n\n- Parser: make jobs.runs-on optional; add job-level uses/with/secrets for caller jobs\n- Executor: resolve and run local/remote called workflows; propagate inputs/secrets; summarize results\n- Docs: document feature, usage, and current limits in README\n- Tests: add execution tests for local reusable workflows (success/failure)\n\nLimits:\n- Does not propagate outputs back to caller\n- secrets: inherit not special-cased; use mapping\n- Remote private repos not yet supported; public only\n- Cycle detection for nested calls unchanged
2025-08-12 14:53:07 +05:30
..
src
feat(executor,parser,docs): add execution support for reusable workflows (jobs.<id>.uses)\n\n- Parser: make jobs.runs-on optional; add job-level uses/with/secrets for caller jobs\n- Executor: resolve and run local/remote called workflows; propagate inputs/secrets; summarize results\n- Docs: document feature, usage, and current limits in README\n- Tests: add execution tests for local reusable workflows (success/failure)\n\nLimits:\n- Does not propagate outputs back to caller\n- secrets: inherit not special-cased; use mapping\n- Remote private repos not yet supported; public only\n- Cycle detection for nested calls unchanged
2025-08-12 14:53:07 +05:30
Cargo.toml
chore: bump version to 0.6.0
2025-08-09 17:46:09 +05:30