How to access reference in reusable workflow (stackoverflow.com)stack
12 points by Kay in stackoverflow.com · 3y ago · stack
Context A reusable workflow in public repos may be called by appending a reference which can be a SHA, a release tag, or a branch name, as for example: {owner}/{repo}/.github/workflows/{filename}@{ref} Githubs documentation states: When a reusable workflow is triggered by a call…
filed under github-actionsgithub-actions-reusable-workflows