- name: Build Debug APK run: ./gradlew assembleDebug - name: Get Debug APK uses: actions/upload-artifact@v1 with:
- name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@master with: role-to-assume: ${{secrets.ARN_GITHUB_ACTI
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
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
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
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 .
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
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
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
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
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:
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
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
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
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
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
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
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
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
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