Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • prosper/gitlab-ci-cd
1 result
Show changes
Commits on Source (5)
## [2.2.0](https://git.griefed.de/prosper/gitlab-ci-cd/compare/2.1.0...2.2.0) (2022-08-28)
### 🚀 Features
* Add `act` to image to allow for GitHub workflow runs even though we are not on GitHub :-] ([d383701](https://git.griefed.de/prosper/gitlab-ci-cd/commit/d38370121b0614668f9cee0a2a966ae510a1ab89))
## [2.1.0](https://git.griefed.de/prosper/gitlab-ci-cd/compare/2.0.9...2.1.0) (2022-08-28)
......
......@@ -17,6 +17,11 @@ Combines:
- Docker-in-Docker
- [discord.sh](https://github.com/ChaoticWeg/discord.sh)
- git
- [act](https://github.com/nektos/act)
# act
act requires a `.actrc`-file to be present in the executing users home directory, so `~/.actrc`. For information about the contents and configuration of this file, see [nektos/act#first-run](https://github.com/nektos/act#first-act-run) and [nektos/act#configuration](https://github.com/nektos/act#configuration)
# discord.sh example
......