Category "github-actions"

Single Push Without Github Action

I have a github repository for which I have an CI script set up using Github Actions. On 95% of the pushes into main, we need to run the script, so the script i

Single Push Without Github Action

I have a github repository for which I have an CI script set up using Github Actions. On 95% of the pushes into main, we need to run the script, so the script i

Problem downloading package from git actions, results in mangled URL

In our git actions output for testing our custom R package (hosted on github), we're experiencing an error during execution: Error in utils::download.file(url,

Trigger diferent jobs depending on pull request type

I'm trying to reduce the amount of files I have for my workflows from 4 to 1. And with that my on is like this: on: pull_request: types: [opened, synchron

Github actions: Dependencies lock file is not found in runners/path

I have a single Github repository for both server and frontend. The directory structure looks like: root |- frontend |- server (Express App) Github Action:

How AWS Credentials works at GitHub Actions With MFA

Not able to create s3 bucket from terraform code to create s3 bucket. I have code uses: hashicorp/terraform-github-actions/[email protected] env: TF_AC

How to use GPG key in github actions?

I am trying to do a maven deploy via GitHub actions and i am getting the below error:- gpg: directory '/home/runner/.gnupg' created gpg: keybox '/home/runner/.

How to stop github from modifying my files (in workflow)?

On github.com, I have a little 6-byte file hello.txt consisting of "hello" and a newline:1 In an Ubuntu-18 workflow with runs-on: ubuntu-18.04, we have: But o

GitHub Actions Status Check Pending

I have a GitHub required status check which gets executed every time a PR is opened/edited/reopened/synchronized to master. The action itself gets executed succ

How to setup default rust compilation target on CI using rustup command on github actions?

I need to compile my code for both 32 and 64 bit windows. As far as I understand, I basically need to configure my CI so that this command: rustup default print

Using Docker image from Github registry is unauthorized

I created Docker image locally Tagged it for Github Docker registry Pushed it to Github Docker registry Now I want to use it in Github action that create Docker

Github Workflow: How to map input option to value

I have the following input set up for my Github Workflow on: workflow_dispatch: inputs: environment: type: choice description: Envir

Sanitize GitHub context in GitHub actions

I'm trying to write a slack notification bot to trigger off of GitHub pull requests, but I'm running into a sanitization issue I have an action defined as follo

Sanitize GitHub context in GitHub actions

I'm trying to write a slack notification bot to trigger off of GitHub pull requests, but I'm running into a sanitization issue I have an action defined as follo

How to add config args to postgres service container in Github Action?

I am using Github Actions Service Container to start a postgres instance like so: name: Pull Request on: pull_request: branches: - main - sta

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 (also provided below) # # build-N-test-v

How to pass arguments in bulk to another step in a Github Action?

I want to pass the value set by core.setOutput to different steps at once. So I passed the outputs of the step hello-action to another step: //index.js const co

Laravel + phpunit + github actions = Failed asserting that '1' is identical to 1

I'm trying to make CI pipeline and run phpunit tests via GitHub actions. First of all: tests work fine on my local machine (mac os). Then, when I do git push my

Github actions How to only run a step when merging into master

I have been trying to get this right for hours, and nothing I have managed to find has helped. I am trying to setup a github action that will run tests on every

Why can't I push tags in GitHub workflows anymore, and how do I fix it?

My team has a GitHub release workflow that automatically tags our prod branch on push. It has been working fine for the last year, with the most recent success