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 6c6673d commit 0e35ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
echo CI_COMMIT_SHA=${GITHUB_SHA}
echo CI_MERGE_REQUEST_TARGET_BRANCH_NAME=${GITHUB_BASE_REF}
echo CI_MERGE_REQUEST_TARGET_BRANCH_NAME="master"
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 0e35ea5

Please sign in to comment.