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

An sbt plugin which makes it easier to build with GitHub Actions

Results 38 sbt-github-actions issues
Sort by recently updated
recently updated
newest added

Right now the plugin doesn't offer an option to rerun the workflow with a cron-job [schedule](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#onschedule). It would be a nice new feature, given that it happens that builds get...

Hi! Sometimes you want to drop the cache without necessarily changing the paths it depends on, so just a "drop cache" button would be nice to have. Sadly, actions/cache doesn't...

The example from github blog is: ```bash # disable command workflow processing echo "::stop-commands::`echo -n ${{ github.token }} | sha256sum | head -c 64`" # log untrusted output echo "untrusted...

## What Could you/we add support for changing the `runs-on` setting for the `publish` job too? ## Why For self-hosted runners, you need to set a custom `githubWorkflowOSes`. It then...

Opening this as a general signal that it doesn't work yet, and an even more general invitation for people to complain and explain how they want it to work. I'll...

At present, artifact uploading is hard-coded to the default set of matrix keys (OS, Java, and Scala). Custom matrices are also possible and should be detected so as to avoid...

If sbt-crossproject is detected, we should generate a project matrix which corresponds to its usage. This is going to be… more than a little tricky. Probably possible though. The point...

TODO: await sbt 2.0.0-M3 - https://github.com/sbt/sbt/issues/7768 - https://github.com/sbt/sbt-github-actions/blob/0a561571e6be649eaff619a9ae2b183552e28efe/src/main/scala/sbtghactions/GenerativePlugin.scala#L717