List differing Commits in PR does not work in GitHub Action
I am trying to list commits that are differing between the main branch and my current branch in a script that’s also being utilized by a GitHub action:
Merging two git repository into another with Github actions
I’m trying to merge 2 repository into a third one with the help of GitHub Actions. Note that the 3 repositories are private.
Triggering bash script in Github using Github actions throws Permission denied error with exit code 126
I have myhook.yml file
Want to push to my github repository from my github actions workflow
I have a django authentication application, I am currently creating a ci/cd for it so when any change is pushed to my remote github repo it would be reflected on the live server
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.