Skip to content

Commit

Permalink
checkout depth confirmed - remove the log step
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jan 3, 2025
1 parent 0086793 commit 28b80ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
id: pub
run: |
git fetch origin main && git checkout main
git log --oneline
if git diff --name-only ${{ github.event.before }} HEAD | grep -q "lib/package.json"; then
echo "file_changed=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 28b80ae

Please sign in to comment.