Building a Github action based on the commit message I'm trying to base a step on whether the commit message contains a particular string, set it to a variable
I have a workflow that uses 'strategy' = 'matrix' and a list of specific configurations to build. Link to Workflow YAML (also provided below) # # build-N-test-v
I would like to create GitHub action that is triggered by push on specified branch X. This action will push/cherry-pick changes made on branch X to other branch
I’m a student and I’m studying in GitHub Actions with using Docker. When I build and push codes at GitHub, there was a problem. the problem is below
Trying to setup a scheduled workflow that triggers a workflow with particular settings on different branches (which for us equates to different projects) - run: