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 7d0d36d commit 082ce90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/check_cla/check_cla_issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
- name: Check CLA
id: check_cla
run: python .github/custom_python_actions/check_cla_issue.py
run: python reusable_workflows/check_cla/check_cla_issue/check_cla_issue.py
shell: bash
env:
GH_TOKEN: ${{ inputs.github-token }}
Expand Down

0 comments on commit 082ce90

Please sign in to comment.