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)
Names for self-hosted GitHub Actions Runners
The documentation for --name argument do not mention any specific requirements for a GitHub Actions runner's name and I could not find anything related in the docs for self-hosted runners. Is there an...
Andi
Votes: 0
Answers: 0
Github actions, self hosted runner Error: unable to verify the first certificate
I am using self hosted runner behind a corporate proxy. I added our certificates but when doing :
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-...
Raphael Perrin
Votes: 0
Answers: 1
how do I run a local script using github actions
Hello I am using kedro (a pipeline tool) and want to use github actions to trigger a kedro command (kedro run) whenever I make a push to my github repo.
Since I have all the data in my local repo, I t...
magical_unicorn
Votes: 0
Answers: 2
Maven error building Quarkus native image (java.nio.file.AccessDeniedException: /./target)
I am trying to use Github self hosted runners to build the native image for my quarkus applications.
This is working great for me on the Github hosted runners, but I want to do this on self hosted run...
Jeffrey Fagerberg
Votes: 0
Answers: 1