diff --git a/reusable_workflows/check_cla/check_cla_issue/action.yml b/reusable_workflows/check_cla/check_cla_issue/action.yml index 0e45a47..6b35df0 100644 --- a/reusable_workflows/check_cla/check_cla_issue/action.yml +++ b/reusable_workflows/check_cla/check_cla_issue/action.yml @@ -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 }}