Results for workflow
I am working on an GitHub Actions workflow which builds the signed apk and deploys to playstore. For signing the apk we need key.properties file which...
I install maven mvn on the fly on Windows which is a GitHub runner that uses powershell. I then wish to run and execute the installed maven. Below are...
I've setup the pylint workflow on github. The is the path: myRepo/.github/workflows/pylint.yml I added a pylintrc file in the workflows directory with...
I want to periodically remove all GitHub caches for my project using a workflow action. While this has been discussed before, the GitHub toolkit has e...
How can I extend an existing workflow by allowing one more rule? In my case the workflow checks if a variable is set to a value from a set of legal op...
I have a workflow that calls a reusable workflow like below: name: newCICD on: workflow_dispatch: jobs: DEBUG: runs-on: 'self-hosted-runn...
I’m building my application and facing issues with the Android Play Store build while the internal Android build works fine with the following command...
deploying to gh-pages using workflow having base url issue. actually my dist folder deployed under https://3gwebtrain.github.io/Ultimate-React-23/ git...
I have a recurrence workflow which triggers every 2 hours. By default, variable x is set to 111. Now, I want to add a condition: every 2 days (48 hour...
I'm experiencing some strange behavior in GitHub Actions. I'm attempting to generate a sort of "changelog" between two releases. For this, I format th...
I'm trying to set the includedTags via a variable when creating a GCP Dataform Workflow Invocation via GCP Workflows. My relevant GCP Workflows step i...
I an using the very_good_workflows action to recursively run tests on my app and all the local packages contained in the project. I want to generate a...
I have setup a reusable workflow which has output values that other steps use. How can I view those output runtime value in github action console? It ...
I have a GitHub Workflow that runs a bash script. The bash script itself has two prompts with the first one asking for INPUT_ENV (amr_qa) in this case...
I created a.yml github workflow that has to execute when I create a pull request but I don't know why it doesn't execute. What I am trying to do is: ...
I'm trying to configure the pod directive in a Nextflow process (docs here). I'm attempting to follow the solution provided in this SO question, allow...
Is there any way to determine in a workflow if the job that waited for approval was manually rejected? I know that manually rejected jobs now have the...
I'm working with a small organization who would like to password protect their Production deployment pipeline. We are on a free plan that does not hav...
I'm running a github workflow I've used many times in the past to publish code to nexus. It is failing now. I haven't used it in a while, so it's po...
Hello I noticed that collect_metrics function does not return the parameter of interest in this case Cost Complexity. I am not sure why this is the ca...
I am trying to use GitHub actions re-useable workflows. The basic idea is: abstract out common tasks (here install quarto) call the action that insta...
I want to create an .msi file using the WiX Toolset within a GitHub Action. Since I generate a .wxs file (Components.wxs) using the "heat" command, I ...
I am trying to write a github actions workflow to run tests for a quarkus application. However, when running quarkus tests, it runs all the tests, and...
What I have: - wait: try: call: sys.sleep args: seconds: 5 next: checkWorkflowInvocationStatus except: ...
I have created GitHub workflow. It deployed first on staging and than on the production environment on merge. What I want is to pause the deployment a...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?