Top "Github-actions" questions

GitHub Actions allows you to easily automate your software workflows.

Using output from a previous job in a new one in a GitHub Action

For (mainly) pedagogical reasons, I'm trying to run this workflow in GitHub actions: name: "We 🎔 Perl" on: issues: types: [opened, …

perl github-actions
Get output of a specific step in github actions

I have this file of GitHub action which runs tests, but now I am integrating slack notification in it. I …

github elixir github-actions
What are the differences between GitHub Actions and other CI tools like Jenkins?

GitHub announced an upcoming feature, GitHub Actions. I'm positive on the benefits of CI tools like Jenkins for automatic building …

github continuous-integration devops github-actions
GitHub Actions - How to build project in sub-directory

I'm using GitHub Actions to build my project but my Dart project is in a sub-directory in the repository. The …

github-actions
how to make a github action matrix element conditional

I have a workflow that uses 'strategy' = 'matrix' and a list of specific configurations to build. Link to Workflow YAML (…

github github-actions building-github-actions