python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Github Action how to deal with standalone config file
We are using Github Action to deploy our code. On push, the source code will be pushed and we were able to build the code and deploy successfully if the config file is also tracked by the repository. ...
beedrill
Votes: 0
Answers: 0
Web page 404 error on LAMP stack on Ubuntu 18.04 GitHub-hosted Runner for GitHub Actions
For some reason, I can access the homepage of my site (there's an index.php) but every other page gives a 404 error. The PHP framework used is Joomla CMS. I have in my .htaccess file the following lin...
coder.in.me
Votes: 0
Answers: 1
GitHub runner setup in GKE
I am trying to create a GitHub actions self-host runner in GKE.
For the I created the Docker with Ubuntu base image and downloaded the GitHub runner code.
curl -o actions-runner-linux-x64-2.288.1.tar....
karthik
Votes: 0
Answers: 2
How to upgrade Self-hosted action runner?
Self-hosted GitHub actions runner installed on Linux, Windows and Mac systems.
I need to upgrade the runner version to latest on Linux, Windows and MacOS.
How to check the currently installed Runner ...
user4948798
Votes: 0
Answers: 1