Questions tagged [github-actions-runners]
64 questions
0
votes
0 answers
How to create a GitHub action workflow that starts another GitHub action workflow?
I have an Angular application, source code stored on GitHub. I want to create this pipeline to deploy the code:
On push anything into the deploy-test branch, it starts the workflow.
GitHub will create a runner
Runner pull the code
Runner start…

netdjw
- 5,419
- 21
- 88
- 162
0
votes
1 answer
Is there any option to run github action via email
I need to send an email to github and then it need to run github action with input
Is that possible?
Or i need to make a push to master via email

Midhilaj
- 4,905
- 9
- 45
- 88
0
votes
0 answers
How to upload docker image to AWS using github actions self-hosted runner
Trying to run the workflow below, but when it tries to login into AWS it fails. Doesn't seem to be able to find docker:
/bin/docker exec
3a35b843bb4193a520ad9466e6f4ed6308bd01564cb0e7f38ac5976249bb94a4 sh -c
"cat /etc/*release | grep…

Vini.g.fer
- 11,639
- 16
- 61
- 90
-1
votes
1 answer
How to trigger a github workflow job only for specific branch using patterns
I would like to trigger a github action wf for a specific branch.
My branch has the name
refs/heads/release/rc22-15.0.0
I would like to trigger the wf or a specific step for all releases refs/heads/release/**
The execution of the wf triggers both…

Harry Cain
- 1
- 1