python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using github CLI (cli/cli) to deploy repo
Trying to deploy internal development from GitHub to a Centos 7 webserver, running into 2 issues.
Firstly, I'm using PHP and need to deploy the class files to a folder that is not /var/www/html/, wher...

Tom
Votes: 0
Answers: 1
gh: command not found in Jenkins pipeline
I am trying to run below command in Jenkins pipeline
$ gh pr create --title "The bug is fixed" --body "Everything works again"
$ gh pr create --reviewer monalisa,hubot --reviewer ...

Avinash Dalvi
Votes: 0
Answers: 1
GitHub CLI approve Pull Request as different user in GitHub Actions
I have GitHub action that approves a Pull Request:
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_u...
pixel
Votes: 0
Answers: 1
"No assets to download" on Github Actions using Github CLI
Context
I'm trying to download a release from a private repository in my Github Actions workflow using Github CLI gh release download command.
Here is my workflow:
name: Download Release Private Repo
...

GuiFalourd
Votes: 0
Answers: 0