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
Currently, the build workflow retrieves the current branch reference and repository from the GitHub event (e.g. By push, schedule or workflow_dispatch).
Is there a way to specify a custom repository or branch as a parameter?
Description
Currently, the build workflow retrieves the current branch reference and repository from the GitHub event (e.g. By push, schedule or workflow_dispatch).
Is there a way to specify a custom repository or branch as a parameter?