Skip to content

Commit

Permalink
added variable as script argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Jul 9, 2024
1 parent c30bc52 commit fa95274
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/process_profile_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:

- name: Exectute Enrichment by Profile Ontology script
run: |
python ./.github/workflows/process_profile_script.py ${{github.action}} > "$GITHUB_OUTPUT" 2>&1
echo -e "Testing output... $GITHUB_OUTPUT"
cat $GITHUB_OUTPUT
python ./.github/workflows/process_profile_script.py ${{steps.changed-files.outputs.all_changed_files}}
- name: End Workflow
run: |
Expand Down

0 comments on commit fa95274

Please sign in to comment.