Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvluu authored Nov 19, 2023
1 parent ca460f5 commit 6c6673d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
echo CI_COMMIT_SHA=${CI_COMMIT_SHA}
echo CI_MERGE_REQUEST_TARGET_BRANCH_NAME=${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}
echo CI_COMMIT_SHA=${GITHUB_SHA}
echo CI_MERGE_REQUEST_TARGET_BRANCH_NAME=${GITHUB_BASE_REF}
git fetch origin ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}
tmp_files=$(git diff --name-only ${CI_COMMIT_SHA} ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME})
echo "Changed files are $tmp_files"
Expand Down

0 comments on commit 6c6673d

Please sign in to comment.