Skip to content

Commit aac05e9

Browse files
authored
review feedback
1 parent ea0bd01 commit aac05e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/typespec-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Ensure target branch exists
6363
run: |
6464
set -euo pipefail
65-
git fetch origin
6665
6766
if git ls-remote --heads origin "refs/heads/$TARGET_BRANCH" | grep -q .; then
6867
echo "Branch '$TARGET_BRANCH' already exists."
@@ -153,7 +152,7 @@ jobs:
153152
154153
npm install -g pnpm@latest-10
155154
npm install -g @azure-tools/typespec-client-generator-cli
156-
pnpm install --no-frozen-lockfile
155+
pnpm install
157156
158157
cd "$PACKAGE_PATH"
159158

0 commit comments

Comments
 (0)