Top "Building-github-actions" questions

Questions should be tagged with building-github-actions if the question is about creating custom actions like the examples in https://github.

Push to origin from GitHub action

I'm trying to push to origin remote from GitHub action. The logic of my action is: handle pull_request_review …

git docker github github-actions building-github-actions
how to make a github action matrix element conditional

I have a workflow that uses 'strategy' = 'matrix' and a list of specific configurations to build. Link to Workflow YAML (…

github github-actions building-github-actions