Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Sep 5, 2023
1 parent 082ce90 commit f40a3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/check_cla/check_cla_pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
shell: bash
- name: Check CLA
id: check_cla
run: python .github/custom_python_actions/check_cla_pr.py
run: python reusable_workflows/check_cla/check_cla_pr/check_cla_pr.py
shell: bash
env:
GH_ORG: ${{ inputs.org }}
Expand Down

0 comments on commit f40a3b7

Please sign in to comment.