You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In development mode (e.g.; using @main) will install the actions binary from this repository's main branch. We may want to extend this to allow for a git-ref to be supplied so that changes can be tested from a feature branch before merging to main.
I think we should be able to use github.job_workflow_sha for this case right? Since we won't be using it in a use: definition (where dynamic values aren't permitted), but instead can use it inside a with: to pass the SHA to the "install languages CLI" action?
from the documentation you would think that github.job_workflow_sha is the thing to use but according to actions/runner#2417 it is never set. i observed the same behavior when attempting to determine the ref of the shared workflow.
until the issues with github.job_workflow_sha are fixed, i think the only option would be to expose it as an optional input that defaults to main.
In development mode (e.g.; using
@main
) will install theactions
binary from this repository'smain
branch. We may want to extend this to allow for a git-ref to be supplied so that changes can be tested from a feature branch before merging tomain
.GUS-W-13955891.
The text was updated successfully, but these errors were encountered: