We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6856dd commit 9ae0717Copy full SHA for 9ae0717
1 file changed
.github/workflows/update_librarian_googleapis.yaml
@@ -71,11 +71,8 @@ jobs:
71
# TODO(https://github.com/googleapis/librarian/issues/6220): Remove this step.
72
- name: Update generation_config.yaml
73
run: |
74
- echo "Before update:"
75
- grep "^googleapis_commitish" generation_config.yaml
76
sed -i -e "s/^googleapis_commitish.*$/googleapis_commitish: ${{ steps.commit.outputs.new_commit }}/" generation_config.yaml
77
- echo "After update:"
78
+ git diff generation_config.yaml
79
- name: Detect Changes To Librarian.yaml
80
id: detect_librarian
81
0 commit comments