From db1603222872d4b7158e9968b3056b379580b194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20M=C3=BCller?= Date: Tue, 3 Sep 2024 11:44:14 +0200 Subject: [PATCH] changed file path --- .github/workflows/process_profile_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process_profile_workflow.yml b/.github/workflows/process_profile_workflow.yml index 1364e6f..8847c8c 100644 --- a/.github/workflows/process_profile_workflow.yml +++ b/.github/workflows/process_profile_workflow.yml @@ -52,7 +52,7 @@ jobs: - name: Exectute Enrichment by Profile Ontology script run: | - python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}} + python ./.github/workflows/process_profile_script.py ${{ github.action_path }}/${{steps.changed-files.outputs.all_changed_files}} - name: End Workflow run: |