elastic / elastic/ai-github-actions
Detector / Fixer chaining workaround
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 16
- Avg merge
- 22h 9m
- Merged PRs (30d)
- 31
Description
https://github.com/github/gh-aw/issues/20657
So a workaround you can try is to put the fix job into its own workflow file in your repo, so you'd have audit and fix workflows. The fix workflow you can have a workflow dispatch trigger on. Then you can workflow dispatch the fix as dispatch creates a new action that won't share an uploaded artifact namespace
Contributor guide
Assessment
This issue has not been assessed yet.