Skip to content

Commit

Permalink
changed path from absolute to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent 98b2b76 commit a952c74
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 ${{ github.workspace }}/../${{steps.changed-files.outputs.all_changed_files}}
python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}}
- name: End Workflow
run: |
Expand Down

0 comments on commit a952c74

Please sign in to comment.