From f5149d9daf1871e9f44ed17b689e7037bed11348 Mon Sep 17 00:00:00 2001 From: Nick Fields <50085412+nick-invision@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:43:59 -0500 Subject: [PATCH] Add private-action-loader Allows private actions to be used in any workflow. private-action-loader: https://github.com/InVisionApp/private-action-loader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32e42f9..c686662 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) - [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) +- [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) ### Collection of Actions