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](599b3ade95).
Co-authored-by: Pulumi Bot <bot@pulumi.com>
This commit is contained in:
committed by
GitHub
parent
e5da099be4
commit
7a9b31c60f
5
.github/workflows/claude.yml
vendored
5
.github/workflows/claude.yml
vendored
@@ -64,6 +64,11 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# only saving the cache in the prerequisites job
|
# only saving the cache in the prerequisites job
|
||||||
cache_save: false
|
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
|
- name: Prepare local workspace
|
||||||
# this runs install_plugins and upstream
|
# this runs install_plugins and upstream
|
||||||
run: make prepare_local_workspace
|
run: make prepare_local_workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user