Skip to content

Commit 4dc6069

Browse files
simplify git diff command in workflow
1 parent 9dfdb1a commit 4dc6069

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-with-soroban-examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
done
7676
7777
- name: Diff
78-
run: |
79-
git diff
78+
run: git diff
8079

8180
- name: Build soroban-examples
8281
env:

0 commit comments

Comments
 (0)