From 5447e05c3c1e260a57d51c737ec7f3c224961ff7 Mon Sep 17 00:00:00 2001 From: Yevhenii Semendiak Date: Thu, 16 Nov 2023 02:52:33 +0200 Subject: [PATCH] fix update-flow-actions gh workflow --- .github/workflows/update-neuro-flow-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-neuro-flow-actions.yml b/.github/workflows/update-neuro-flow-actions.yml index 601790b2..0f506dcc 100644 --- a/.github/workflows/update-neuro-flow-actions.yml +++ b/.github/workflows/update-neuro-flow-actions.yml @@ -15,7 +15,7 @@ jobs: run: make setup - id: run_updater name: Run update actions script - run: python \{\{cookiecutter.project_dir\}\}/update_actions.py ".neuro/*.y*ml" + run: python \{\{cookiecutter.flow_dir\}\}/update_actions.py ".neuro/*.y*ml" - id: generate_token uses: tibdex/github-app-token@v1 with: