Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGhozlan authored Jul 24, 2024
1 parent 035197c commit 7eff227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
shell: bash

- name: Run script
run: python ${{ github.action_path }}/job_summary.py ${{inputs.DependenciesReportPath}} ${{inputs.CodeReportPath}}
run: python ${{ github.action_path }}/job_summary.py ${{inputs.dependencies-report-path}} ${{inputs.code-report-path}}
shell: bash

- name: Add output to Job Summary
Expand Down

0 comments on commit 7eff227

Please sign in to comment.