Top "Github-actions" questions

GitHub Actions allows you to easily automate your software workflows.

Running actions in another directory

I've just started exploring Github actions however I've found myself placing a command in multiple places. I have a PHP …

github github-actions
How do I re-run Github Actions?

I see this on the Github web UI: but it's not clear to me whether the disabled re-runs are a …

github github-actions
How to run GitHub Actions workflows locally?

I am planning to move our Travis CI build to GitHub Actions using Docker for our per-commit testing. Can I …

github-actions
Can I have multiple GitHub Actions workflow files?

Can I have multiple workflow files? I have a few repo's utilizing GitHub Actions and they work great! In my …

github-actions
GitHub Actions workflow error: Permission denied

I'm running a GitHub Actions workflow and it is failing with the following error. Unhandled exception: FileSystemException: Cannot create file, …

docker github-actions
Push to origin from GitHub action

I'm trying to push to origin remote from GitHub action. The logic of my action is: handle pull_request_review …

git docker github github-actions building-github-actions
Manual workflow triggers in Github Actions

I am setting up Github Actions for a project repository. The workflow consists of the following steps: Building a docker …

docker kubernetes continuous-integration github-actions
GitHub Actions Invalid Workflow File Error

I started using GitHub Actions and I was able to setup a CI pipeline for Elixir, the action builds and …

github github-actions
Github actions share workspace/artifacts between jobs?

Trying to use Github's beta actions, I have two jobs, one that builds the code and then one that will …

github continuous-integration github-actions
How to resolve "refusing to allow an OAuth App to create or update workflow" on git push

Getting refusing to allow an OAuth App to create or update workflow .github/workflows/cd.yml without workflow scope" on …

git github github-actions