Skip to content

Commit 9ae0717

Browse files
committed
update log print for Update generation_config.yaml step
1 parent b6856dd commit 9ae0717

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,8 @@ jobs:
7171
# TODO(https://github.com/googleapis/librarian/issues/6220): Remove this step.
7272
- name: Update generation_config.yaml
7373
run: |
74-
echo "Before update:"
75-
grep "^googleapis_commitish" generation_config.yaml
7674
sed -i -e "s/^googleapis_commitish.*$/googleapis_commitish: ${{ steps.commit.outputs.new_commit }}/" generation_config.yaml
77-
echo "After update:"
78-
grep "^googleapis_commitish" generation_config.yaml
75+
git diff generation_config.yaml
7976
- name: Detect Changes To Librarian.yaml
8077
id: detect_librarian
8178
run: |

0 commit comments

Comments
 (0)