Skip to content

Commit

Permalink
add $
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 24, 2024
1 parent 7102292 commit f89ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: changed-files
run: |
git fetch origin master
BASE_SHA=$(git merge-base origin/master $GITHUB_SHA)
$BASE_SHA=$(git merge-base origin/master $GITHUB_SHA)
CHANGED_FILES=$(git diff --name-only $BASE_SHA $GITHUB_SHA)
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
Expand Down

0 comments on commit f89ab3f

Please sign in to comment.