Skip to content

Commit

Permalink
fixup! feat: add action.yml for Github action
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <[email protected]>
  • Loading branch information
EthanPERRUZZA committed Sep 20, 2024
1 parent b87749b commit 45ffcfc
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 @@ -21,5 +21,5 @@ runs:
python-version: ${{ inputs.python-version }}

- name: Check DCO
run: python ${{ github.action_path }}/dco_check.py ${{ inputs.args }}
run: python ${{ github.action_path }}/dco_check/dco_check.py ${{ inputs.args }}
shell: bash

0 comments on commit 45ffcfc

Please sign in to comment.