github-actions-dhall icon indicating copy to clipboard operation
github-actions-dhall copied to clipboard

Typecheck, template and modularize your Github Action definitions with Dhall

Results 11 github-actions-dhall issues
Sort by recently updated
recently updated
newest added

There are instances where you'd like the `continue-on-error` field in a job to reference a matrix variable for example that can itself be true or false. However, with the current...

Currently, `Strategy::matrix` is defined as a `List { mapKey : Text, mapValue : List Text }`: https://github.com/regadas/github-actions-dhall/blob/master/types/Strategy.dhall However, Github Actions supports having an `exclude` key that is a list of...

Hi @regadas What do you think about using git tags and GitHub releases on this repo ?

There are an increasing number of record keys of the form `actions/foo`. This gives a quasi-namespacing effect but maybe we want to push them into a separate record, since AFAIK...

https://github.com/regadas/github-actions-dhall/blob/master/examples/scala.dhall I'm having trouble using this for my project because of this line: https://github.com/regadas/github-actions-dhall/blob/master/examples/scala.dhall#L51 I think it should be `matrix.java` here instead of `matrix.scala`. Otherwise I'm getting errors like "jdk...

Hi! Quite new to Dhall so sorry if this is a dumb question. I'm in the process of converting our entire GH CICD to Dhalll. Github workflow files extend the...

Hi @regadas! Thanks for all your work on this. I have an issue and would like your thoughts on it. I currently have an [open PR to support reusable workflows](https://github.com/regadas/github-actions-dhall/pull/65)...

https://github.com/regadas/github-actions-dhall/blob/afa7bc5f08b5804230f0d7b5137b2060ae1b7964/types/Input.dhall does not include all fields that are mentioned in [the GHA docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs)

That might feel like too much, though there's an option to define: ``` permissions: write-all ```

With the new dhall versions I believe some things broke; Need to have a look at that.