Skip to content

Commit

Permalink
remove json
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 8, 2023
1 parent a084d24 commit 048a7ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@ jobs:
if ! git diff --quiet .; then
git commit -m"Regenerate libraries" google/cloud
fi
rm *.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: 'chore(googleapis-sha): update the sha circa ${{ env.DATE }}'
body: >
This PR is auto-generated by
[updated-googleapis-sha](https://github.com/googleapis/google-cloud-cpp/.github/workflows/update-googleapis-sha).
branch: gha-update-googleapis-sha
delete-branch: true
body: |
This PR is auto-generated by [updated-googleapis-sha](https://github.com/googleapis/google-cloud-cpp/.github/workflows/update-googleapis-sha).
- The new SHA256 is ${{ env.SHA256 }}
labels: dependencies

0 comments on commit 048a7ec

Please sign in to comment.