I have read and tested different things but didn't found a solution. Maybe I have to live with the boilerplate, but I am not yet done trying it. I have the foll
I have 2 branches prod and dev and I need to create a self-hosted runner for each so that I can use GitHub actions to auto-deploy the branches to the respective
I'm trying to upload logs separately for each failing job in a matrix. Each set of logs needs to have a name based on the job matrix, otherwise they clobber eac
I want that my GitHub Action that runs all tests doesn't execute when we push a new tag to the master repository because when we merge new branches we execute t
I have been trying to create a .yml file to automatically generate python docs with Sphinx and the Autosummary extension. This is supposed to perform just at th
I set up a simple Github Actions workflow simply to check if my self-hosted Windows Virtual Machine is able to recognize the installed java/git/maven versions.
i have created an github action to deploy the code when pushed. it cause this error when installing the packages. Run npm i --no-optional && cd client &
Simplifying Question: How do I make a github action that will take a specific checkstatus for a commit (pull) and update the commit status of that pull? (These
I want to read version from a file and create tag as v11.0.5.1.aws using the workflow . Then I
In GitHub Actions, can we directly write python code under run | -section in action.yml file? Can I write GitHub Actions scripts in Python?
I am trying to write a GitHub action that makes a copy of a file in my repo into a different subdir in the repo. This is my dir structure (before the file is co
On Github we can set automatically deletion of branches after merge for a repository (like explained here). I want to do this for 30 repositories. Is there a
I am trying to restore from a cache. My job reads: testing-windows: strategy: matrix: example: [Frank2Example1, Frank2Example2, Frank2Exampl
Error: google-github-actions/upload-cloud-storage failed with path should be a `path.relative()`d string Here is my yml workflow configuration: - name: 'upl
This is a question for the github workflow action dawidd6/action-download-artifact. There is no discussion board in https://github.com/dawidd6/action-download-a
I would like to publish an extension automatically to TER by using the Github actions and tailor, the CLI Tool for maintaining public TYPO3 Extensions . This wo
Is it possible to have environment variables on organization level for GitHub Actions? So something like organization secrets but just with environment variable
I have a django project I want to put into maintenance mode before I update (migrate) the database. So, my github workflow deploys my project with a variable MA
From the GH Rest API docs, seems we're able to create a repository_dispatch event, but no workflow_dispatch event. In the GH GraphQL API, I couldn't find how to
I have the github action workflow outlining the simple process of spinning up terraform to create resources in Azure. What I am missing is how to integrate the