Skip to content

Commit

Permalink
Merge pull request #17 from dfinity/fix-file-paths
Browse files Browse the repository at this point in the history
Fix file paths
  • Loading branch information
cgundy authored Oct 13, 2023
2 parents fc88f0b + dd84c37 commit 518486b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id: accepts_external_contrib
run: |
export PYTHONPATH="$PWD/reusable_workflows/"
python reusable_workflows/check_membership/check_external_contrib/check_external_contrib.py
python reusable_workflows/check_membership/check_external_contrib.py
shell: bash
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
id: check-cla
run: |
export PYTHONPATH="$PWD/reusable_workflows/"
python reusable_workflows/check_cla/check_cla_pr/check_cla_pr.py
python reusable_workflows/check_cla/check_cla_pr.py
shell: bash
if: ${{ steps.accepts_external_contrib.outputs.accepts_contrib != 'false' }}
env:
Expand Down

0 comments on commit 518486b

Please sign in to comment.