From 7a9b31c60ffb6eff1d055cb95fc4309687f045f7 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:00:24 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#777) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [599b3ade95c3408830d062a38ea7cf9c8607a12f](https://github.com/pulumi/ci-mgmt/commit/599b3ade95c3408830d062a38ea7cf9c8607a12f). Co-authored-by: Pulumi Bot --- .github/workflows/claude.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d471ad2..e09fbdf 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -64,6 +64,11 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # only saving the cache in the prerequisites job cache_save: false + - name: Set git identity + run: |- + git config user.name "claude[bot]" + git config user.email "bot@pulumi.com" + shell: bash - name: Prepare local workspace # this runs install_plugins and upstream run: make prepare_local_workspace