I have this GitHub Actions workflow which runs tests, but now I am integrating slack notification in it. I want to get the output of the Run tests step and send
I have a simple repo that has branch protection / CODEOWNERs set to: * @team Is it possible to add a file / folder to CODEOWNER to make it be ignored? Ive trie
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'm relatively new to GitHub Actions and I have 2 jobs–one that runs my tests, and one that deploys my project onto a server. Obviously I want the tests
I'm trying to build and run test for my solution in Github Actions. App is written in .NET Framework 4.7.2 and when I build or test it locally with the same msb
I have a docker build action as below - name: build-push uses: docker/build-push-action@v1 with: username: ${{ DOCKER_USERNAME }
I am deploying ADF linked templates from ADLS through GitHub Actions and pipeline fails withy generic Python error: ERROR: 'str' object has no attribute 'get' I
I am trying to run JUnit tests on GitHub Actions but some of it fails. Locally all tests passed. On my PC I am using Ubuntu 20.04 with OpenJDK 1.8 (275), on CI
Trying to get the response from curl and use it in subsequent commands. Not sure what should be the correct syntax here. - name: Get Token run: |
I'm deploying a Firebase Cloud Function via this GitHub Action. When I deploy from my own machine using a service account it works fine. When running the Action
my deploy script is as follows: - name: Log in to GitHub Packages run: echo ${PERSONAL_ACCESS_TOKEN} | docker login ghcr.io -u ${{ secrets.NAMESPACE }} --
When I run npm ci on Github Actions I got the error: Run npm ci npm ERR! bindings not accessible from watchpack-chokidar2:fsevents npm ERR! A complete log of t
Now I have GIT_TERMINAL_PROMPT=0 . And if I do git clone https://github.com/some/non-existing-repo - will fail without prompting for username & password. I
I am running my tests on aws lambda with the use of custom image. I'm using serverless for the configuration and the build of the image. Process works fine loca
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
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
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,
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
I have a single Github repository for both server and frontend. The directory structure looks like: root |- frontend |- server (Express App) Github Action:
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