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
I'm working on segregation of common modules into dedicated repositories for our github organization. Use pip install from git repo in Dockerfile to install sha
Trying to make a CI pipeline that will bump root package.json and tag repo using a machine user access token, then have another workflow that triggers to make r
I am trying to auto-deploy the project and npm commands run perfectly but when it goes to a line where pm2 restarts the specific projects, then actions fails. G
I have this workflow in a repo called terraform-do-database and I'm trying to use a reusable workflow coming from the public repo foo/git-workflows/.github/work
While reusable GitHub workflows do help with maintenance of GitHub Actions in general, reducing a lot of copy/paste from one repository to another, they still s
I am using OpsWorks Chef 11, it was working fine till 15 march 2022. now getting: ERROR: You’re using an RSA key with SHA-1, which is no longer allowed. P
I want my workflow to trigger on a push only if there are changes made to a specific directory. Is this possible, what am I missing? I tried doing something lik
I would like to Auto Assign an issue to a project in Github. Basically automate the below screenshot for every issue automatically opened. Any ideas?
Recently we have migrated all of our iOS projects from GitLab to GitHub. However when we are trying to build the code using GitHub Actions(Fastlane) In our self
I have the following github action setup that triggers fine on creation of Pull Request. But it does not show up in the status checks list of protected branch (