From fd3201fab5bf4745425ad1cc8331220a3afdfe04 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Sat, 23 Dec 2023 17:22:48 +0100 Subject: [PATCH] Update Github.md --- cheat-sheet/CICD/Github.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cheat-sheet/CICD/Github.md b/cheat-sheet/CICD/Github.md index 6644eee73..2aa2e8085 100644 --- a/cheat-sheet/CICD/Github.md +++ b/cheat-sheet/CICD/Github.md @@ -226,3 +226,7 @@ To use public/private images from an external registry define `container credentials: username: myuser password: ${{ secrets.mysecret }} + +## Run GH Actions locally + +[https://github.com/nektos/act](https://github.com/nektos/act)