Skip to content

Commit

Permalink
test/diff commits
Browse files Browse the repository at this point in the history
  • Loading branch information
choewy committed Mar 18, 2024
1 parent d18affd commit 4930f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
previous=$(git show $previous_commit:package.json | grep '"version"' | awk -F '"' '{print $4}')
current_commit=$(git log --format=%H -n 1)
current=$(git show HEAD:package.json | grep '"version"' | awk -F '"' '{print $4}')
echo "$previous_commit $previous $current"
echo "$previous_commit $current_commit $previous $current"

0 comments on commit 4930f7c

Please sign in to comment.