Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
rforster-dev committed Jul 7, 2023
1 parent cda042d commit 644814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: check_changes
run: |
CHANGED_FILES=$(git diff --name-only ${{ steps.prev_commit.outputs.sha_short }} HEAD | grep -E "package\.json$" || true)
echo "$CHANGED_FILES
echo "$CHANGED_FILES"
if [[ -n "$CHANGED_FILES" ]]; then
echo "::set-output name=changed::true"
else
Expand Down

0 comments on commit 644814f

Please sign in to comment.