Category "github-actions"

Check if the artifacts are generated and exist in GitHub CI

- name: Build Debug APK run: ./gradlew assembleDebug - name: Get Debug APK uses: actions/upload-artifact@v1 with:

OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint

- name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@master with: role-to-assume: ${{secrets.ARN_GITHUB_ACTI

Couldn't connect to GitHub while authenicating to github on heroku

I had created a app on heroku on authenticating to github it say Error: remote was closed, authorization was denied, or an authentication message otherwise not

Github workflow set label to pull request when issue has labels

Just doing research and didnt find what I am searching for atm. Thinking of this situation: There is a issue with 'bug' label Creating branch on github in that

How to run a Github Action's step based on output condition?

I would like to comment on a PR if there are more than 100 flake8 errors but it's not going to disable the merge button. My approach is something like this: nam

How to deploy minimal ASP.NET/Razor WebApp with Github Workflow using VS 2022 CI/CD feature to generate YAML?

Background: I'm trying to use that Visual Studio (2022) CI/CD feature (part of the publish feature) that automatically generates the workflow YAML file in the .

GitHub Actions - parallel self-hosted runners on the same machine

Question related to the topic of Parallelism in Self-Hosted Runners: One self-hosted runner can only run one job at a time, when no available runners are id

Use environment variable in github action if

I'm trying to use an environment variable in an if condition in github actions like so: name: Worfklow on: push jobs: build: runs-on: ubuntu-latest

How can I access GitHub Action environment variables within a Bash script run by the Action?

I'm not able to access environment variables defined at the top-level of a GitHub Action configuration file from within a script run by the action. For example

Elastic Beanstalk cannot find the server.js file

I'm trying to deploy my Angular application through GitHub Actions to Elastic Beanstalk. I'm using this GitHub actions for the deploying to ELB. My problem is

Github Action - use Variable in the script [duplicate]

With Github Actions how to do a backup of a file? I need to create a new folder named with the date/time of today. name: Backup Database on:

How to clone public submodule in "Github Actions"

Reason for this Q&A-Style question: It took me a few hours to get this to run because I had some typos and thought the solution is more complicated. If I wo

AttributeError when using Github self-hosted runners to run unit test

Hello~ I am trying to use Github workflow to run the unit test for the code in my repository. So I wrote a yaml file, its function is when I push my code to my

R-CMD-check GitHub Actions workflow failing on warnings/notes

In the repository of my R package, I set a GitHub Actions workflow for the R CMD check command, following the examples shown in the usethis package documentatio

Cannot import script from repository in pytest using GitHub actions

I am learning to implement automatic testing using GitHub actions. I am trying to solve the following import error. The error is: utils\test_capitalize.py:2: in

How to run a github-actions step, even if the previous step fails, while still failing the job

I'm trying to follow an example Github has for testing my build with github actions, and then compressing the test results and uploading them as an artifact. ht

GitHub actions deploys wrong version of Newtonsoft.Json nuget package to Azure

I have a GitHub action doing .net solution build, test and deploy to Azure: name: Build and deploy ASP.Net Core app to Azure Web App - project-test-api on: p

Reticulate fails automatic configuration in R package

I'm working on a R package, that makes use of reticulate to call some functions of a Python package I implemented, installable through pip. Following its docume

How to get the current branch within Github Actions?

I'm building Docker images with Github Actions and want to tag images with the branch name. I found the GITHUB_REF variable, but it results in refs/heads/featur

How to get the current branch within Github Actions?

I'm building Docker images with Github Actions and want to tag images with the branch name. I found the GITHUB_REF variable, but it results in refs/heads/featur