Skip to content

Commit

Permalink
try and add json to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 8, 2023
1 parent 048a7ec commit 22a9ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ 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:
Expand All @@ -110,5 +109,7 @@ jobs:
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 }}
- The archive is at commit ${{env.commit}} and can be downloaded at https://github.com/${{ env.REPO }}/archive/${{ env.COMMIT }}.tar.gz
labels: dependencies
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ cmake-build-*/
# `google-cloud-cpp` developers use this file to configure the development
# workflow build.
.cloudcxxrc

# Ignore any generated credentials files
gha-creds-*.json

0 comments on commit 22a9ead

Please sign in to comment.