Skip to content

Commit

Permalink
changed file path
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent f483845 commit db16032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit db16032

Please sign in to comment.