I have 3 Terraform directories: test_1 test_2 test_3 I would like to run terraform init in each of these directories. Is there a way to do this with a loop ins
I am trying to create a GitHub action that runs on a windows server self-hosted runner and I'm stuck on my checkout failing at the LFS download portion I'm usin
Hello I have a database in Google Cloud Platform and I am trying to figure out how to run a django migration from github actions once I have deployed my app to
Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we
Issue When trying to setup a Github action to test a Django project automatically, we ran into an issue with the django.yml setup. Whenever we ran the .yml, we
I have an input defined as workflow_dispatch: inputs: level: description: 'level to process' type: number required: false I
I am using GitHub a ctions to manage my CI and the following events trigger my workflow: on: pull_request: branches: main push: branches: main I ob
Context I'm building a Github Actions job to build, sign and notarize a PKG file. I'm using an Apple Id account (the workflow needs username and password) as we
When running our docker build in a GitHub Action Workflow, the docker/build-push-action@v2 keeps outputting this error below. This is prior to running any of th
I've been trialling gitlab to make dynamic pipelines based on changes in a mono repo but have hit a bug that makes that solution essentially unworkable so am lo
We're using Github Actions to realize our CI/CD pipeline in AWS ELB. One of our workflows is requesting logs with commands "aws elasticbeanstalk request-environ
How can I get this error emailed in this exact format?
I'm trying to deploy my nextJS app on GitHub pages. I'm getting an error at the deploy stage. My node.js.yml file contains the following: name: Node.js CI on:
Hi everyone, I am building Github actions workflow to use master and develop branches. I know that i can check out branch by reusing actions like below, but ho
I am aware that the Azure DevOps strategy "runOnce" does not have an equivalent GitHub Action yet. And I am seeking a workaround for that since I am migrating m
I need to create a bunch of repositories programmatically using from a local template. I have a .github/workflows/build.yml with on: [push]. However, Github Act
I'm working on 2 github actions workflows: Train a model and save it to s3 (monthly) Download the model from s3 and use it in predictions (daily) Using https://
I'm seeing this error as of today, was working yesterday and prior to that as well. Can't see that anything has changed in the Heroku documentation that might c
Hello I am trying to use jfrog action for github: https://github.com/marketplace/actions/setup-jfrog-cli This action allows to configure jfrog. I am using it to
For a project using the YouTube API, I am using a function that reads my OAuth 2.0 ID from a JSON file, creates / refreshes the credentials automatically and th