Skip to content

Commit 5410d5e

Browse files
committed
fix workflow
1 parent d863e64 commit 5410d5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-cmd-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
make install-local-tools
9191
- name: Pin kyaml
9292
run: |
93+
git config --global user.email "development@email.com"
94+
git config --global user.name "Development"
9395
git remote add upstream "https://x-access-token:${GITHUB_TOKEN}@github.com/antoooks/kustomize.git"
9496
git remote -v
9597
gorepomod pin kyaml --local --doIt

0 commit comments

Comments
 (0)