From c5b1ace220ab1bfbfeaed3a24f18d63f0ea0be62 Mon Sep 17 00:00:00 2001 From: Greg Stephens Date: Thu, 28 Nov 2024 19:53:13 -0800 Subject: [PATCH] dir update --- .github/workflows/build-action-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-action-server.yml b/.github/workflows/build-action-server.yml index d0bbdb3..f30319d 100644 --- a/.github/workflows/build-action-server.yml +++ b/.github/workflows/build-action-server.yml @@ -8,7 +8,7 @@ jobs: - name: Build an action server uses: RasaHQ/rasa-action-server-gha@main with: - # actions_directory: actions + actions_directory: 'actions' # requirements_file: actions/requirements.txt docker_image_name: 'stephens/action-server-example' # More details on how to use GitHub secrets: