action-debian-package
action-debian-package copied to clipboard
:gear: A GitHub Action for building Debian packages
Github Actions can be used outside the Github infrastructure, for example [Forgejo](https://forgejo.org/) can use Actions (see https://forgejo.org/docs/v1.21/user/actions/). The action seems not support to be used outside the Github infrastructure (yet).
The "normal" way to run Github Actions in docker is to use [`jobs..container`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer). This lets the user pass extra args to `docker create` using [`jobs..container.options`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontaineroptions). We in the LinuxCNC project...
It would be nice if this action had a (documented) output for the filename of the package that was built, for use in later steps.
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1. Changelog Sourced from @actions/core's changelog. 1.11.1 Fix uses of crypto.randomUUID on Node 18 and earlier #1842 1.11.0 Add platform info utilities #1551 Remove dependency...