Trigger workflows in a PR via gh workflows, without the action yet existing in the default branch
Is it possible to use gh workflows run "workflow-name" --ref "pr-branch-name"
to trigger a CI that is not yet in the default branch? Because today I can only trigger workflows that are already in the default branch.
Workflow fails to push main branch
I have an action created so that, when a Pull Request is merged, it activates and cleans up the files and uploads them back to the main
branch. This is my action.yml
:
Why does actions/checkout@v4 merge PR branch to main?
Lately I’ve discovered that actions/checkout@v4
in GitHub doesn’t behave as I thought. I have a very simple pipeline with first step defined like this:
Why Github actions/checkout@v4 merges PR branch to main
Hello 🙂 Lately I’ve discovered that actions/checkout@v4 in Github doesn’t behave as I thought. I have a very simple pipeline with first step defined like this:
How to branch from a sub-branch in Github?
Can you branch from a sub-branch in Github?
Shouldn’t Github Actions use variables when checking out a submodule?
I have a public repo as a submodule, and I want to checkout a specific tag in the submodule from a github action.
Do we need to install each packages and tools we use in the github action manually inside the selfhosted Runner VM
I have a GitHub workflow to build java application and build a docker image and push to Azure Container Registry. In the GitHub hosted runner the workflow is running fine.
I need to work the same in a Self Hosted runner. So I have created a VM in Azure and configured the Github runner and updated the workflow to run-on to selfhosted runner.
Why is the git HEAD tag not annotated in a workflow?
Why does GitHub not get the pushed tag as annotated?
Why is the git HEAD tag not annotated in a github action?
Why does github not get the pushed tag as annotated?
GitHub-Why should I use gitignore?
I have been using git github last Since last Few months I came cross .gitignore
.Actually I am New At This platform,So can anyone please guide regarding the purposes and usage of .gitignore
.