jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / Stack Overflow · hot matching “action”

1 shown · updated 11s ago · read only
  1. 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…